Interface MultimapValidator<T extends com.google.common.collect.Multimap<K,V>, K, V>

Type Parameters:
T - the type of the Multimap
K - the type of keys in the Multimap
V - the type of values in the Multimap
All Superinterfaces:
ObjectComponent<MultimapValidator<T,K,V>, T>, ValidatorComponent<MultimapValidator<T,K,V>, T>

public interface MultimapValidator<T extends com.google.common.collect.Multimap<K,V>, K, V> extends ValidatorComponent<MultimapValidator<T,K,V>, T>, ObjectComponent<MultimapValidator<T,K,V>, T>
Validates the state of a Multimap, throwing an exception on the first failure.