Uses of Interface
com.opengamma.strata.calc.runner.DerivedCalculationFunction
-
Packages that use DerivedCalculationFunction Package Description com.opengamma.strata.calc.runner The calculation runner. -
-
Uses of DerivedCalculationFunction in com.opengamma.strata.calc.runner
Classes in com.opengamma.strata.calc.runner that implement DerivedCalculationFunction Modifier and Type Class Description class
AbstractDerivedCalculationFunction<T extends CalculationTarget,R>
Abstract derived calculation function with fields for the target type, measure and required measures.Methods in com.opengamma.strata.calc.runner with parameters of type DerivedCalculationFunction Modifier and Type Method Description default CalculationFunctions
CalculationFunctions. composedWith(DerivedCalculationFunction<?,?>... functions)
Returns a set of calculation functions which combines the functions in this set with some derived calculation functions.Method parameters in com.opengamma.strata.calc.runner with type arguments of type DerivedCalculationFunction Modifier and Type Method Description default CalculationFunctions
CalculationFunctions. composedWith(List<DerivedCalculationFunction<?,?>> functions)
Returns a set of calculation functions which combines the functions in this set with some derived calculation functions.
-