Package com.carrotsearch.hppc.predicates
Interface ObjectPredicate<KType>
-
@Generated(date="2018-05-21T12:24:06+0200", value="KTypePredicate.java") public interface ObjectPredicate<KType>
A predicate that applies toObjectobjects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanapply(KType value)
-
-
-
Method Detail
-
apply
boolean apply(KType value)
-
-