PairValue
data class PairValue<F : OutputValue<*>, S : OutputValue<*>>(pairUnwrappedValue: Pair<F, S>) : IterableValue<OutputValue<*>>
An immutable Value that contains two elements, which can be iterated. When a DictionaryValue is iterated, it's equivalent to a list of key-value pairs.
Parameters
F
type of the first element
S
type of the second element
Properties
Functions
Link copied to clipboard
Chains two expressions together, which is used in ComposedExpressions.
Link copied to clipboard
Destructures this object into a list of components.
Link copied to clipboard
Link copied to clipboard