Class PredicateContains<T>

java.lang.Object
org.aksw.commons.util.function.PredicateContains<T>
All Implemented Interfaces:
Serializable, Predicate<T>

public class PredicateContains<T> extends Object implements Predicate<T>, Serializable
A predicate to test containment in the backing collection. Allows for casting and unwrapping the items.
See Also: