| Package | Description |
|---|---|
| org.eclipse.collections.impl.block.factory |
This package contains factory implementations for
Function, Predicate, SerializableComparator and Procedure. |
| Modifier and Type | Method and Description |
|---|---|
<T4> Functions.FunctionChain<T1,T3,T4> |
Functions.FunctionChain.chain(Function<? super T3,T4> function) |
static <T1,T2,T3> Functions.FunctionChain<T1,T2,T3> |
Functions.chain(Function<T1,T2> function1,
Function<? super T2,T3> function2) |
Copyright © 2004–2022. All rights reserved.