@FunctionalInterface public interface CheckedBiPredicate<T,U>
BiPredicate that allows for checked exceptions.| Modifier and Type | Method and Description |
|---|---|
boolean |
test(T t,
U u)
Evaluates this predicate on the given arguments.
|
Copyright © 2014. All Rights Reserved.