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