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 int
ConverterFormatter. 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 PowersOfIntConverter
PowersOfIntConverter. composeSameBaseNonIdentity(PowersOfIntConverter other)
static PowersOfIntConverter
PowersOfIntConverter. of(int base, int exponent)
Creates a converter with a factor represented by specified base^exponent.static PowersOfIntConverter
PowersOfIntConverter. 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 PowersOfIntConverter
PowersOfIntConverter. composeSameBaseNonIdentity(PowersOfIntConverter other)
-