Uses of Class
org.eclipse.collections.impl.block.factory.Functions.FloatFunctionChain
Package | Description |
---|---|
org.eclipse.collections.impl.block.factory |
This package contains factory implementations for
Function , Predicate , SerializableComparator and Procedure . |
-
Uses of Functions.FloatFunctionChain in org.eclipse.collections.impl.block.factory
Methods in org.eclipse.collections.impl.block.factory that return Functions.FloatFunctionChain Modifier and Type Method Description static <T1, T2> Functions.FloatFunctionChain<T1,T2>
Functions. chainFloat(Function<T1,T2> function1, FloatFunction<? super T2> function2)
Functions.FloatFunctionChain<T1,T3>
Functions.FunctionChain. chainFloat(FloatFunction<? super T3> function)