Interface ListValidator<T extends List<E>, E>

Type Parameters:
T - the type of the list
E - the type of elements in the list
All Superinterfaces:
CollectionComponent<ListValidator<T,E>, E>, ObjectComponent<ListValidator<T,E>, T>, ValidatorComponent<ListValidator<T,E>, T>

public interface ListValidator<T extends List<E>, E> extends ValidatorComponent<ListValidator<T,E>, T>, ObjectComponent<ListValidator<T,E>, T>, CollectionComponent<ListValidator<T,E>, E>
Validates the state of a List.