|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
true/ false for
a given value.
See:
Description
| Interface Summary | |
|---|---|
| BytePredicate | A predicate that applies to byte objects. |
| CharPredicate | A predicate that applies to char objects. |
| DoublePredicate | A predicate that applies to double objects. |
| FloatPredicate | A predicate that applies to float objects. |
| IntPredicate | A predicate that applies to int objects. |
| KTypePredicate<KType> | A predicate that applies to KType objects. |
| LongPredicate | A predicate that applies to long objects. |
| ObjectPredicate<KType> | A predicate that applies to KType objects. |
| ShortPredicate | A predicate that applies to short objects. |
| Class Summary | |
|---|---|
| GuavaPredicateAdapter<KType> | An adapter between Guava's Predicate and HPPC's ObjectPredicate. |
Predicates that return a boolean true/ false for
a given value. Useful in pseudo-closures applied to values of containers.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||