@FunctionalInterface public interface CheckedBiPredicate<T,U> extends BiPredicate<T,U>
| Modifier and Type | Method and Description |
|---|---|
default boolean |
test(T t,
U u) |
boolean |
testChecked(T t,
U u) |
and, negate, orCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.