Class BooleanPredicates.OrBooleanPredicate
java.lang.Object
org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.OrBooleanPredicate
- All Implemented Interfaces:
Serializable
,BooleanPredicate
- Enclosing class:
BooleanPredicates
private static final class BooleanPredicates.OrBooleanPredicate
extends Object
implements BooleanPredicate
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final BooleanPredicate
private static final long
private final BooleanPredicate
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
-
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
one
-
two
-
-
Constructor Details
-
OrBooleanPredicate
-
-
Method Details
-
accept
public boolean accept(boolean actual) - Specified by:
accept
in interfaceBooleanPredicate
-