@FunctionalInterface public interface IntPredicate
| Modifier and Type | Interface and Description |
|---|---|
static class |
IntPredicate.Util |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(int value)
Tests the value for satisfying predicate.
|
Copyright © 2017. All rights reserved.