| Interface | Description |
|---|---|
| DescriptionSupplier |
Provides String description to implementations
There is no requirement that a distinct result be returned each
time the supplier is invoked, unless implementing classes enforce it.
|
| DoubleFactorSupplier |
Represents a supplier of
double-valued multiplication factors. |
| FactorSupplier<T> |
Represents a supplier of
T-valued multiplication factors. |
| Identifiable<T> |
Interface for objects with an Id.
|
| IntIdentifiable |
Interface for objects with an int-valued Id.
|
| IntMaximumSupplier |
Represents a supplier of int-valued maximum.
|
| IntMinimumSupplier<T> |
Represents a supplier of int-valued minimum.
|
| IntPrioritySupplier |
Represents a supplier of int-valued priority.
|
| LabelSupplier |
Provides String label to implementations
There is no requirement that a distinct result be returned each
time the supplier is invoked, unless implementing classes enforce it.
|
| LongIdentifiable |
Interface for objects with an long-valued Id.
|
| MaximumSupplier<T> |
Represents a supplier of maximum value.
|
| MinimumSupplier<T> |
Represents a supplier of minimum value.
|
| Nameable |
Provides String name to implementations
There is no requirement that a distinct result be returned each
time the supplier is invoked, unless implementing classes enforce it.
|
| Parser<I,O> |
Represents a function that parses an input value and produces an output.
|
| QuantityOperator<Q extends javax.measure.Quantity<Q>> |
Represents an operation on a single
Quantity that produces a
result of type Quantity. |
| QuantitySupplier<Q extends javax.measure.Quantity<Q>> |
Represents a supplier of quantities.
|
| SymbolSupplier |
Provides String symbol to implementations
There is no requirement that a distinct result be returned each
time the supplier is invoked, unless implementing classes enforce it.
|
| UnitConverterSupplier |
Provides a
UnitConverter to implementations
There is no requirement that a distinct result be returned each
time the supplier is invoked, unless implementing classes enforce it. |
| UnitSupplier<Q extends javax.measure.Quantity<Q>> |
Provides a
Unit to implementations
There is no requirement that a distinct result be returned each
time the supplier is invoked, unless implementing classes enforce it. |
| ValueSupplier<T> |
Represents a supplier of values.
|
| Versioned<T> |
Interface for objects with a
version. |
Copyright © 2005–2016 Units of Measurement project. All rights reserved.