Class AddConverter

java.lang.Object
tech.units.indriya.AbstractConverter
tech.units.indriya.function.AddConverter
All Implemented Interfaces:
Serializable, Comparable<javax.measure.UnitConverter>, javax.measure.UnitConverter, tech.uom.lib.common.function.ValueSupplier<Double>

public final class AddConverter extends AbstractConverter implements tech.uom.lib.common.function.ValueSupplier<Double>

This class represents a converter adding a constant offset to numeric values (double based).

Version:
1.0, Oct 10, 2016
See Also: