@FunctionalInterface public interface IntObjectPredicate<Z>
| Modifier and Type | Method and Description |
|---|---|
default IntObjectPredicate<Z> |
or(Predicate<Z> predicate) |
boolean |
test(int i,
Z o) |
boolean test(int i,
Z o)
default IntObjectPredicate<Z> or(Predicate<Z> predicate)
Copyright © 2021. All rights reserved.