Class ValidatorCollectionElements<E>

java.lang.Object
io.github.mmm.validation.AbstractValidator<V>
io.github.mmm.validation.AbstractComposedValidator<Collection<E>,E>
io.github.mmm.validation.collection.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