Uses of Interface
com.github.cowwoc.requirements10.guava.validator.MultimapValidator
Packages that use MultimapValidator
Package
Description
-
Uses of MultimapValidator in com.github.cowwoc.requirements10.guava
Methods in com.github.cowwoc.requirements10.guava that return MultimapValidatorModifier and TypeMethodDescription<K,
V, T extends Multimap<K, V>>
MultimapValidator<T, K, V> GuavaAssertThat.assertThat
(T value) Validates the state of aMultimap
.<K,
V, T extends Multimap<K, V>>
MultimapValidator<T, K, V> GuavaAssertThat.assertThat
(T value, String name) Validates the state of aMultimap
.static <K,
V, T extends Multimap<K, V>>
MultimapValidator<T, K, V> DefaultGuavaValidators.checkIf
(T value) Validates the state of aMultimap
.static <K,
V, T extends Multimap<K, V>>
MultimapValidator<T, K, V> Validates the state of aMultimap
.<K,
V, T extends Multimap<K, V>>
MultimapValidator<T, K, V> GuavaCheckIf.checkIf
(T value) Validates the state of aMultimap
.<K,
V, T extends Multimap<K, V>>
MultimapValidator<T, K, V> Validates the state of aMultimap
.static <K,
V, T extends Multimap<K, V>>
MultimapValidator<T, K, V> DefaultGuavaValidators.requireThat
(T value, String name) Validates the state of aMultimap
.<K,
V, T extends Multimap<K, V>>
MultimapValidator<T, K, V> GuavaRequireThat.requireThat
(T value, String name) Validates the state of aMultimap
.static <K,
V, T extends Multimap<K, V>>
MultimapValidator<T, K, V> DefaultGuavaValidators.that
(T value) Validates the state of aMultimap
.static <K,
V, T extends Multimap<K, V>>
MultimapValidator<T, K, V> Validates the state of aMultimap
. -
Uses of MultimapValidator in com.github.cowwoc.requirements10.guava.validator
Methods in com.github.cowwoc.requirements10.guava.validator that return MultimapValidatorModifier and TypeMethodDescriptionMultimapValidator.isEmpty()
Ensures that the Multimap is empty.MultimapValidator.isNotEmpty()
Ensures that the Multimap is not empty.