Class LongPredicates.AndLongPredicate
java.lang.Object
org.eclipse.collections.impl.block.factory.primitive.LongPredicates.AndLongPredicate
- All Implemented Interfaces:
Serializable, LongPredicate, LongPredicate
- Enclosing class:
LongPredicates
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final LongPredicateprivate static final longprivate final LongPredicate -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface LongPredicate
and, negate, orMethods inherited from interface LongPredicate
test
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
one
-
two
-
-
Constructor Details
-
AndLongPredicate
-
-
Method Details
-
accept
public boolean accept(long actual) - Specified by:
acceptin interfaceLongPredicate
-