Class IsInCollection<T>
- java.lang.Object
-
- org.antublue.map.accessor.function.validation.IsInCollection<T>
-
-
Constructor Summary
Constructors Constructor Description IsInCollection(Collection<T> collection)IsInCollection(Collection<T> collection, RuntimeExceptionSupplier runtimeExceptionSupplier)
-
-
-
Constructor Detail
-
IsInCollection
public IsInCollection(Collection<T> collection)
-
IsInCollection
public IsInCollection(Collection<T> collection, RuntimeExceptionSupplier runtimeExceptionSupplier)
-
-