Uses of Class
tech.units.indriya.function.PowersOfIntConverter
-
Packages that use PowersOfIntConverter Package Description tech.units.indriya.format tech.units.indriya.function This package provides functional interfaces. -
-
Uses of PowersOfIntConverter in tech.units.indriya.format
Methods in tech.units.indriya.format with parameters of type PowersOfIntConverter Modifier and Type Method Description private static intConverterFormatter. productPrecedence(PowersOfIntConverter converter, boolean continued, int unitPrecedence, java.lang.StringBuilder buffer) -
Uses of PowersOfIntConverter in tech.units.indriya.function
Methods in tech.units.indriya.function that return PowersOfIntConverter Modifier and Type Method Description private PowersOfIntConverterPowersOfIntConverter. composeSameBaseNonIdentity(PowersOfIntConverter other)static PowersOfIntConverterPowersOfIntConverter. of(int base, int exponent)Creates a converter with a factor represented by specified base^exponent.static PowersOfIntConverterPowersOfIntConverter. of(Prefix prefix)Creates a converter with the specified Prefix.Methods in tech.units.indriya.function with parameters of type PowersOfIntConverter Modifier and Type Method Description private PowersOfIntConverterPowersOfIntConverter. composeSameBaseNonIdentity(PowersOfIntConverter other)
-