Class LongPredicates.LessThanLongPredicate
java.lang.Object
org.eclipse.collections.impl.block.factory.primitive.LongPredicates.LessThanLongPredicate
- All Implemented Interfaces:
Serializable
,LongPredicate
,LongPredicate
- Enclosing class:
LongPredicates
private static final class LongPredicates.LessThanLongPredicate
extends Object
implements LongPredicate
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final long
private static final long
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.LongPredicate
and, negate, or
Methods inherited from interface org.eclipse.collections.api.block.predicate.primitive.LongPredicate
test
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
expected
private final long expected
-
-
Constructor Details
-
LessThanLongPredicate
private LessThanLongPredicate(long expected)
-
-
Method Details
-
accept
public boolean accept(long actual) - Specified by:
accept
in interfaceLongPredicate
-