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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final BooleanFunction<? super T2> private static final long -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateBooleanFunctionChain(Function<T1, T2> function1, BooleanFunction<? super T2> function2) -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
function1
-
function2
-
-
Constructor Details
-
BooleanFunctionChain
-
-
Method Details
-
booleanValueOf
- Specified by:
booleanValueOfin interfaceBooleanFunction<T1>
-