Uses of Interface
com.opengamma.strata.collect.function.CheckedFunction
-
Packages that use CheckedFunction Package Description com.opengamma.strata.collect Root package for common data structures used by Strata.com.opengamma.strata.collect.function Additional functional interfaces not supplied by Java SE 8. -
-
Uses of CheckedFunction in com.opengamma.strata.collect
Methods in com.opengamma.strata.collect with parameters of type CheckedFunction Modifier and Type Method Description static <T,R>
Function<T,R>Unchecked. function(CheckedFunction<T,R> function)
Converts checked exceptions to unchecked based on theFunction
interface. -
Uses of CheckedFunction in com.opengamma.strata.collect.function
Subinterfaces of CheckedFunction in com.opengamma.strata.collect.function Modifier and Type Interface Description interface
CheckedUnaryOperator<T>
A checked version ofUnaryOperator
.
-