Uses of Class
tech.units.indriya.function.MultiplyConverter
-
Packages that use MultiplyConverter Package Description tech.units.indriya.format tech.units.indriya.function This package provides functional interfaces. -
-
Uses of MultiplyConverter in tech.units.indriya.format
Methods in tech.units.indriya.format with parameters of type MultiplyConverter Modifier and Type Method Description private static intConverterFormatter. productPrecedence(MultiplyConverter converter, boolean continued, int unitPrecedence, java.lang.StringBuilder buffer) -
Uses of MultiplyConverter in tech.units.indriya.function
Methods in tech.units.indriya.function that return MultiplyConverter Modifier and Type Method Description MultiplyConverterMultiplyConverter. inverseWhenNotIdentity()static MultiplyConverterMultiplyConverter. of(double factor)Creates a multiply converter with the specified scale factor.
-