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 |
---|---|
static <T1,T2> Functions.ShortFunctionChain<T1,T2> |
Functions.chainShort(Function<T1,T2> function1,
ShortFunction<? super T2> function2) |
Functions.ShortFunctionChain<T1,T3> |
Functions.FunctionChain.chainShort(ShortFunction<? super T3> function) |
Copyright © 2004–2016. All rights reserved.