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