Uses of Interface
io.github.cowwoc.requirements13.java.validator.MapValidator
Packages that use MapValidator
Package
Description
-
Uses of MapValidator in io.github.cowwoc.requirements13.java
Methods in io.github.cowwoc.requirements13.java that return MapValidatorModifier and TypeMethodDescriptionstatic <T extends Map<K,V>, K, V>
MapValidator<T, K, V> DefaultJavaValidators.checkIf(T value) Validates the state of aMap.static <T extends Map<K,V>, K, V>
MapValidator<T, K, V> Validates the state of aMap.<T extends Map<K,V>, K, V>
MapValidator<T, K, V> JavaCheckIf.checkIf(T value) Validates the state of aMap.<T extends Map<K,V>, K, V>
MapValidator<T, K, V> Validates the state of aMap.static <T extends Map<K,V>, K, V>
MapValidator<T, K, V> DefaultJavaValidators.requireThat(T value, String name) Validates the state of aMap.<T extends Map<K,V>, K, V>
MapValidator<T, K, V> JavaRequireThat.requireThat(T value, String name) Validates the state of aMap.static <T extends Map<K,V>, K, V>
MapValidator<T, K, V> DefaultJavaValidators.that(T value) Validates the state of aMap.static <T extends Map<K,V>, K, V>
MapValidator<T, K, V> Validates the state of aMap.<T extends Map<K,V>, K, V>
MapValidator<T, K, V> JavaAssertThat.that(T value) Validates the state of aMap.<T extends Map<K,V>, K, V>
MapValidator<T, K, V> Validates the state of aMap. -
Uses of MapValidator in io.github.cowwoc.requirements13.java.validator
Subinterfaces with type arguments of type MapValidator in io.github.cowwoc.requirements13.java.validatorModifier and TypeInterfaceDescriptioninterfaceMapValidator<T extends Map<K,V>, K, V> Validates the state of aMap.interfaceMapValidator<T extends Map<K,V>, K, V> Validates the state of aMap.Methods in io.github.cowwoc.requirements13.java.validator that return MapValidatorModifier and TypeMethodDescriptionMapValidator<T, K, V> MapValidator.isEmpty()Ensures that the value is empty.MapValidator<T, K, V> MapValidator.isNotEmpty()Ensures that the value is not empty.