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