true/ false for
a given value.See: Description
| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| GuavaPredicateAdapter<KType> |
An adapter between Guava's
Predicate and HPPC's ObjectPredicate. |
true/ false for
a given value. Useful in pseudo-closures applied to values of containers.Copyright © 2014 Carrot Search s.c.. All rights reserved.