Class ValidatorCollectionElements<E>

Type Parameters:
E - the generic type of the elements contained in the collection.
All Implemented Interfaces:
io.github.mmm.base.lang.Composable<Validator<?>>, Validator<Collection<E>>, Iterable<Validator<?>>

public class ValidatorCollectionElements<E> extends AbstractComposedValidator<Collection<E>,E>
Validator validating all elements of a given Collection satisfy the given validators.
Since:
1.0.0