Class LongPredicates.AndLongPredicate
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.primitive.LongPredicates.AndLongPredicate
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.LongPredicate
,LongPredicate
- Enclosing class:
- LongPredicates
private static final class LongPredicates.AndLongPredicate 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
AndLongPredicate(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
-
AndLongPredicate
private AndLongPredicate(LongPredicate one, LongPredicate two)
-
-
Method Detail
-
accept
public boolean accept(long actual)
- Specified by:
accept
in interfaceLongPredicate
-
-