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