public interface UnitConverterSupplier
UnitConverter
to implementations
There is no requirement that a distinct result be returned each time the supplier is invoked, unless implementing classes enforce it.
This is a functional interface
whose functional method is getConverter()
.
Modifier and Type | Method and Description |
---|---|
javax.measure.UnitConverter |
getConverter() |