Uses of Class
org.eclipse.collections.impl.block.factory.Functions.LongFunctionChain
-
Packages that use Functions.LongFunctionChain Package Description org.eclipse.collections.impl.block.factory This package contains factory implementations forFunction,Predicate,SerializableComparatorandProcedure. -
-
Uses of Functions.LongFunctionChain in org.eclipse.collections.impl.block.factory
Methods in org.eclipse.collections.impl.block.factory that return Functions.LongFunctionChain Modifier and Type Method Description static <T1,T2>
Functions.LongFunctionChain<T1,T2>Functions. chainLong(Function<T1,T2> function1, LongFunction<? super T2> function2)Functions.LongFunctionChain<T1,T3>Functions.FunctionChain. chainLong(LongFunction<? super T3> function)
-