T - the first input argumentU - the second input argument@FunctionalInterface
public interface CheckedBiPredicate<T,U>
BiPredicate| Modifier and Type | Method and Description |
|---|---|
boolean |
test(T t,
U u)
Evaluates this predicate on the given arguments.
|