InterpolatingMap

constructor(interpolator: (T, T, Double) -> T)
constructor(interpolator: (T, T, Double) -> T, keys: List<Double>, values: List<T>)