Class LongPredicates.OrLongPredicate
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.primitive.LongPredicates.OrLongPredicate
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.LongPredicate
,LongPredicate
- Enclosing class:
- LongPredicates
private static final class LongPredicates.OrLongPredicate extends java.lang.Object implements LongPredicate
-
-
Field Summary
Fields Modifier and Type Field Description private LongPredicate
one
private static long
serialVersionUID
private LongPredicate
two
-
Constructor Summary
Constructors Modifier Constructor Description private
OrLongPredicate(LongPredicate one, LongPredicate two)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(long actual)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.collections.api.block.predicate.primitive.LongPredicate
test
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
one
private final LongPredicate one
-
two
private final LongPredicate two
-
-
Constructor Detail
-
OrLongPredicate
private OrLongPredicate(LongPredicate one, LongPredicate two)
-
-
Method Detail
-
accept
public boolean accept(long actual)
- Specified by:
accept
in interfaceLongPredicate
-
-