@FunctionalInterface public interface IntPredicate extends IntPredicate, Serializable
Modifier and Type | Method and 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–2016. All rights reserved.