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