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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanbooleanValueOf(T1 object)
-
-
-
Method Detail
-
booleanValueOf
public boolean booleanValueOf(T1 object)
- Specified by:
booleanValueOfin interfaceBooleanFunction<T1>
-
-