Package tech.uom.lib.common.function
Interface DescriptionSupplier
-
- All Known Subinterfaces:
DescriptiveEnum<D>
public interface DescriptionSupplierProvides String description to implementationsThere 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
getDescription().- Since:
- 0.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDescription()
-