Uses of Interface
com.opengamma.strata.collect.function.CheckedBinaryOperator
-
Packages that use CheckedBinaryOperator Package Description com.opengamma.strata.collect Root package for common data structures used by Strata. -
-
Uses of CheckedBinaryOperator in com.opengamma.strata.collect
Methods in com.opengamma.strata.collect with parameters of type CheckedBinaryOperator Modifier and Type Method Description static <T> BinaryOperator<T>
Unchecked. binaryOperator(CheckedBinaryOperator<T> function)
Converts checked exceptions to unchecked based on theBinaryOperator
interface.
-