Uses of Interface
no.digipost.util.SetsNamedValue
Packages that use SetsNamedValue
-
Uses of SetsNamedValue in no.digipost.util
Classes in no.digipost.util that implement SetsNamedValueModifier and TypeClassDescriptionfinal 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 SetsNamedValueModifier and TypeMethodDescriptionAttributesMap.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 SetsNamedValueModifier and TypeMethodDescriptionAttributesMap.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)