Uses of Interface
com.github.cowwoc.requirements10.java.validator.MapValidator
Packages that use MapValidator
Package
Description
-
Uses of MapValidator in com.github.cowwoc.requirements10.java
Methods in com.github.cowwoc.requirements10.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 com.github.cowwoc.requirements10.java.validator
Methods in com.github.cowwoc.requirements10.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.