Uses of Class
org.unitConverter.unit.FunctionalUnit
-
Packages that use FunctionalUnit Package Description org.unitConverter.unit Everything to do with the units that make up Unit Converter. -
-
Uses of FunctionalUnit in org.unitConverter.unit
Methods in org.unitConverter.unit that return FunctionalUnit Modifier and Type Method Description static FunctionalUnit
FunctionalUnit. valueOf(ObjectProduct<BaseUnit> base, java.util.function.DoubleUnaryOperator converterFrom, java.util.function.DoubleUnaryOperator converterTo)
Returns a unit from its base and the functions it uses to convert to and from its base.
-