Uses of Interface
com.opengamma.strata.collect.function.ObjIntFunction
-
Packages that use ObjIntFunction Package Description com.opengamma.strata.collect.function Additional functional interfaces not supplied by Java SE 8.com.opengamma.strata.data.scenario Basic types to model market data across scenarios. -
-
Uses of ObjIntFunction in com.opengamma.strata.collect.function
Methods in com.opengamma.strata.collect.function that return ObjIntFunction Modifier and Type Method Description default <V> ObjIntFunction<T,V>
ObjIntFunction. andThen(Function<? super R,? extends V> other)
Returns a new function that composes this function and the specified function. -
Uses of ObjIntFunction in com.opengamma.strata.data.scenario
Methods in com.opengamma.strata.data.scenario with parameters of type ObjIntFunction Modifier and Type Method Description <R> MarketDataBox<R>
MarketDataBox. mapWithIndex(int scenarioCount, ObjIntFunction<T,R> fn)
Applies a function to the contents of the box once for each scenario and returns a box containing the values returned from the function.
-