@API(status=STABLE) @FunctionalInterface public interface ThrowingBiPredicate<T,U,X extends Throwable> extends BiPredicate<T,U>
| Modifier and Type | Method and Description |
|---|---|
default boolean |
test(T t,
U u) |
boolean |
tryTest(T t,
U u) |
and, negate, orCopyright © 2015–2018 Zalando SE. All rights reserved.