Class ValidatorMapValues<V>

Type Parameters:
V - the generic type of the values in the collection.
All Implemented Interfaces:
io.github.mmm.base.lang.Composable<Validator<?>>, Validator<Map<?,V>>, Iterable<Validator<?>>

public class ValidatorMapValues<V> extends AbstractComposedValidator<Map<?,V>,V>
Validator validating all values of a given Map using the given validators.
Since:
1.0.0