Uses of Interface
com.opengamma.strata.collect.function.ObjDoubleToDoubleFunction
-
Packages that use ObjDoubleToDoubleFunction Package Description com.opengamma.strata.collect.function Additional functional interfaces not supplied by Java SE 8. -
-
Uses of ObjDoubleToDoubleFunction in com.opengamma.strata.collect.function
Methods in com.opengamma.strata.collect.function that return ObjDoubleToDoubleFunction Modifier and Type Method Description default ObjDoubleToDoubleFunction<T>
ObjDoubleToDoubleFunction. andThen(DoubleUnaryOperator other)
Returns a new function that composes this function and the specified function.
-