java.util.function.LongPredicate
, java.io.Serializable
@FunctionalInterface
public interface LongPredicate
extends java.util.function.LongPredicate, java.io.Serializable
Modifier and Type | Method | Description |
---|---|---|
boolean |
accept(long value) |
|
default boolean |
test(long value) |
Copyright © 2004–2017. All rights reserved.