Class Functions.BooleanFunctionChain<T1,T2>
java.lang.Object
org.eclipse.collections.impl.block.factory.Functions.BooleanFunctionChain<T1,T2>
- All Implemented Interfaces:
Serializable
,BooleanFunction<T1>
- Enclosing class:
- Functions
public static final class Functions.BooleanFunctionChain<T1,T2> extends Object implements BooleanFunction<T1>
- See Also:
- Serialized Form
-
Method Summary
Modifier and Type Method Description boolean
booleanValueOf(T1 object)
-
Method Details
-
booleanValueOf
- Specified by:
booleanValueOf
in interfaceBooleanFunction<T1>
-