@FunctionalInterface public interface LongPredicate extends LongPredicate, Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(long value) |
default boolean |
test(long value) |
and, negate, orboolean accept(long value)
default boolean test(long value)
test in interface LongPredicateCopyright © 2004–2020. All rights reserved.