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