Package org.aksw.commons.util.function
Class PredicateContains<T>
java.lang.Object
org.aksw.commons.util.function.PredicateContains<T>
- All Implemented Interfaces:
Serializable,Predicate<T>
A predicate to test containment in the backing collection.
Allows for casting and unwrapping the items.
- See Also: