Interface IValidate<T>

All Superinterfaces:
BiFunction<List<String>,T,List<String>>

public interface IValidate<T> extends BiFunction<List<String>,T,List<String>>