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