| Package | Description |
|---|---|
| com.gs.collections.impl.block.factory |
This package contains factory implementations for
Function, Predicate, SerializableComparator and Procedure. |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2> Functions.IntFunctionChain<T1,T2> |
Functions.chainInt(com.gs.collections.api.block.function.Function<T1,T2> function1,
com.gs.collections.api.block.function.primitive.IntFunction<? super T2> function2) |
Functions.IntFunctionChain<T1,T3> |
Functions.FunctionChain.chainInt(com.gs.collections.api.block.function.primitive.IntFunction<? super T3> function) |