Class ValidatorMapKeys<K>

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

public class ValidatorMapKeys<K> extends AbstractComposedValidator<Map<K,?>,K>
Validator validating all keys of a given Map using the given validators.
Since:
1.0.0