Uses of Interface
io.github.cowwoc.requirements13.guava.validator.MultimapValidator
Packages that use MultimapValidator
Package
Description
-
Uses of MultimapValidator in io.github.cowwoc.requirements13.guava
Methods in io.github.cowwoc.requirements13.guava that return MultimapValidatorModifier and TypeMethodDescription<K, V, T extends com.google.common.collect.Multimap<K,V>>
MultimapValidator<T, K, V> GuavaAssertThat.assertThat(T value) Validates the state of aMultimap.<K, V, T extends com.google.common.collect.Multimap<K,V>>
MultimapValidator<T, K, V> GuavaAssertThat.assertThat(T value, String name) Validates the state of aMultimap.static <K, V, T extends com.google.common.collect.Multimap<K,V>>
MultimapValidator<T, K, V> DefaultGuavaValidators.checkIf(T value) Validates the state of aMultimap.static <K, V, T extends com.google.common.collect.Multimap<K,V>>
MultimapValidator<T, K, V> Validates the state of aMultimap.<K, V, T extends com.google.common.collect.Multimap<K,V>>
MultimapValidator<T, K, V> GuavaCheckIf.checkIf(T value) Validates the state of aMultimap.<K, V, T extends com.google.common.collect.Multimap<K,V>>
MultimapValidator<T, K, V> Validates the state of aMultimap.static <K, V, T extends com.google.common.collect.Multimap<K,V>>
MultimapValidator<T, K, V> DefaultGuavaValidators.requireThat(T value, String name) Validates the state of aMultimap.<K, V, T extends com.google.common.collect.Multimap<K,V>>
MultimapValidator<T, K, V> GuavaRequireThat.requireThat(T value, String name) Validates the state of aMultimap.static <K, V, T extends com.google.common.collect.Multimap<K,V>>
MultimapValidator<T, K, V> DefaultGuavaValidators.that(T value) Validates the state of aMultimap.static <K, V, T extends com.google.common.collect.Multimap<K,V>>
MultimapValidator<T, K, V> Validates the state of aMultimap. -
Uses of MultimapValidator in io.github.cowwoc.requirements13.guava.validator
Subinterfaces with type arguments of type MultimapValidator in io.github.cowwoc.requirements13.guava.validatorModifier and TypeInterfaceDescriptioninterfaceMultimapValidator<T extends com.google.common.collect.Multimap<K,V>, K, V> Validates the state of a Multimap, throwing an exception on the first failure.interfaceMultimapValidator<T extends com.google.common.collect.Multimap<K,V>, K, V> Validates the state of a Multimap, throwing an exception on the first failure.Methods in io.github.cowwoc.requirements13.guava.validator that return MultimapValidatorModifier and TypeMethodDescriptionMultimapValidator.isEmpty()Ensures that the Multimap is empty.MultimapValidator.isNotEmpty()Ensures that the Multimap is not empty.