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