public interface IntPredicate
Predicate which saves the overhead of boxing and unboxing.| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(int subject)
Returns
true iff the subject "qualifies", otherwise false. |
Copyright © 2017 Arno Unkrig. All rights reserved.