| 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 |
|---|---|
Functions.BooleanFunctionChain<T1,T3> |
Functions.FunctionChain.chainBoolean(org.eclipse.collections.api.block.function.primitive.BooleanFunction<? super T3> function) |
static <T1,T2> Functions.BooleanFunctionChain<T1,T2> |
Functions.chainBoolean(org.eclipse.collections.api.block.function.Function<T1,T2> function1,
org.eclipse.collections.api.block.function.primitive.BooleanFunction<? super T2> function2) |
Copyright © 2004–2017. All rights reserved.