| Package | Description |
|---|---|
| com.gs.collections.impl.block.factory |
This package contains factory implementations for
Function, Predicate, SerializableComparator and Procedure. |
| com.gs.collections.impl.block.predicate.checked |
This package contains abstract implementations of
Predicate and Predicate2. |
| Modifier and Type | Method and Description |
|---|---|
static <T> com.gs.collections.api.block.predicate.Predicate<T> |
Predicates.throwing(ThrowingPredicate<T> throwingPredicate) |
| Modifier and Type | Class and Description |
|---|---|
class |
CheckedPredicate<T> |