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