Uses of Interface
no.digipost.util.SetsNamedValue
-
Packages that use SetsNamedValue Package Description no.digipost.util -
-
Uses of SetsNamedValue in no.digipost.util
Classes in no.digipost.util that implement SetsNamedValue Modifier and Type Class Description classAttribute<V>AnAttributedefines a String-based name (or key) and the type of a value which the name maps to.Methods in no.digipost.util with parameters of type SetsNamedValue Modifier and Type Method Description <V> AttributesMap.BuilderAttributesMap.Builder. and(SetsNamedValue<V> attribute, V value)Add an attribute with a value.static <V> AttributesMap.BuilderAttributesMap. with(SetsNamedValue<V> attribute, V value, AttributesMap.Config... configSwitches)Method parameters in no.digipost.util with type arguments of type SetsNamedValue Modifier and Type Method Description <V> AttributesMap.BuilderAttributesMap.Builder. and(ViewableAsTuple<? extends SetsNamedValue<V>,V> attributeWithValue)Add an attribute coupled with a value.static <V> AttributesMap.BuilderAttributesMap. with(ViewableAsTuple<? extends SetsNamedValue<V>,V> attributeWithValue, AttributesMap.Config... configSwitches)
-