| Interface | Description |
|---|---|
| ValueBuilder<T> |
Builder for Values.
|
| ValueBuilderFactory |
Factory for Values and ValueBuilders.
|
| ValueComposite |
ValueComposites are Composites that has state, and equality is defined from its values and not any reference nor
instance references.
|
| ValueDescriptor |
Descriptor for ValueComposites.
|
| Class | Description |
|---|---|
| ValueBuilderTemplate<T> |
Builder template for Values.
|
| Exception | Description |
|---|---|
| NoSuchValueTypeException |
Thrown when no visible value of the requested type is found.
|