Supplier

constructor(@NonNull current: DoubleSupplier)

Create a new Ramping Supplier object, wrapping a DoubleSupplier that will be used in place of the current value when get is called.

Parameters

current

the DoubleSupplier object to wrap. By default, the ramping function is enabled.