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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
items
-
-
Constructor Details
-
PredicateContains
-
-
Method Details
-
of
-
of
-
getItems
-
test
-
toString
-
hashCode
-
equals
-