Class Functions.BooleanFunctionChain<T1,T2>
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.Functions.BooleanFunctionChain<T1,T2>
-
- All Implemented Interfaces:
java.io.Serializable
,BooleanFunction<T1>
- Enclosing class:
- Functions
public static final class Functions.BooleanFunctionChain<T1,T2> extends java.lang.Object implements BooleanFunction<T1>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private Function<T1,T2>
function1
private BooleanFunction<? super T2>
function2
private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
BooleanFunctionChain(Function<T1,T2> function1, BooleanFunction<? super T2> function2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
booleanValueOf(T1 object)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
function2
private final BooleanFunction<? super T2> function2
-
-
Constructor Detail
-
BooleanFunctionChain
private BooleanFunctionChain(Function<T1,T2> function1, BooleanFunction<? super T2> function2)
-
-
Method Detail
-
booleanValueOf
public boolean booleanValueOf(T1 object)
- Specified by:
booleanValueOf
in interfaceBooleanFunction<T1>
-
-