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 © 2018. All rights reserved.