Uses of Class
com.opengamma.strata.market.curve.interpolator.AbstractBoundCurveInterpolator
-
Packages that use AbstractBoundCurveInterpolator Package Description com.opengamma.strata.market.curve.interpolator Interpolators for interpolating in one and two dimensions. -
-
Uses of AbstractBoundCurveInterpolator in com.opengamma.strata.market.curve.interpolator
Constructors in com.opengamma.strata.market.curve.interpolator with parameters of type AbstractBoundCurveInterpolator Constructor Description AbstractBoundCurveInterpolator(AbstractBoundCurveInterpolator base, BoundCurveExtrapolator extrapolatorLeft, BoundCurveExtrapolator extrapolatorRight)
Creates an instance.
-