| Package | Description |
|---|---|
| com.gs.collections.impl.block.factory |
This package contains factory implementations for
Function, Predicate, SerializableComparator and Procedure. |
| com.gs.collections.impl.block.function.checked |
This package contains abstract implementations of
Function, Function0 and Function2. |
| Modifier and Type | Method and Description |
|---|---|
static <T,V,P> com.gs.collections.api.block.function.Function2<T,P,V> |
Functions2.throwing(ThrowingFunction2<T,P,V> throwingFunction2) |
| Modifier and Type | Class and Description |
|---|---|
class |
CheckedFunction2<T1,T2,R> |