DictionaryValue
data class DictionaryValue<T : OutputValue<*>>(val unwrappedValue: MutableMap<String, T>) : InputValue<MutableMap<String, T>> , OutputValue<MutableMap<String, T>> , AdaptableValue<IterableValue<PairValue<StringValue, T>>>
A mutable Map, with string keys and values of type T. A dictionary can be adapted to an iterable list of key-value entries.
Parameters
T
type of values in the dictionary
Functions
Link copied to clipboard
Adapts the value to another type.
Link copied to clipboard
Chains two expressions together, which is used in ComposedExpressions.
Link copied to clipboard