@FunctionalInterface public interface IntPredicate extends IntPredicate, Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(int value) |
default boolean |
test(int value) |
and, negate, orboolean accept(int value)
default boolean test(int value)
test in interface IntPredicateCopyright © 2004–2017. All rights reserved.