unitsofmeasurement / uom-lib

Units of Measurement Libraries
Other
14 stars 13 forks source link

Add Codeable or similar Functional interface #32

Closed keilw closed 7 years ago

keilw commented 7 years ago

Add a Coded or Codeable interface to the function package similar to Identifiable

public interface Codeable<T>  {
    T getCode();
}

Or a different name e.g. CodeSupplier.