
@FunctionalInterface public interface ExceptionBiPredicate<T,U,E extends Exception>
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(T t,
U u)
Evaluate this predicate on the given arguments.
|
Copyright © 2015 JBoss, a division of Red Hat, Inc.