T - the type of the first object parameterU - the type of the second object parameterR - the type of the result@FunctionalInterface public interface CheckedBiFunction<T,U,R>
BiFunction.
This is intended to be used with Unchecked.
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T t,
U u)
Applies this function to the given arguments.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.