T - the type of the first object parameterU - the type of the second object parameter@FunctionalInterface public interface CheckedBiPredicate<T,U>
BiPredicate.
This is intended to be used with Unchecked.
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(T t,
U u)
Evaluates this predicate on the given arguments.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.