| Package | Description |
|---|---|
| no.digipost.util |
| Modifier and Type | Class and Description |
|---|---|
class |
Attribute<V>
An
Attribute defines a String-based name (or key) and the type of a value which
the name maps to. |
| Modifier and Type | Method and Description |
|---|---|
<V> AttributesMap.Builder |
AttributesMap.Builder.and(SetsNamedValue<V> attribute,
V value)
Add an attribute with a value.
|
static <V> AttributesMap.Builder |
AttributesMap.with(SetsNamedValue<V> attribute,
V value,
AttributesMap.Config... configSwitches) |
| Modifier and Type | Method and Description |
|---|---|
<V> AttributesMap.Builder |
AttributesMap.Builder.and(ViewableAsTuple<? extends SetsNamedValue<V>,V> attributeWithValue)
Add an attribute coupled with a value.
|
static <V> AttributesMap.Builder |
AttributesMap.with(ViewableAsTuple<? extends SetsNamedValue<V>,V> attributeWithValue,
AttributesMap.Config... configSwitches) |
Copyright © 2018 Digipost. All rights reserved.