OrderedCollectionValue
data class OrderedCollectionValue<T : OutputValue<*>>(val unwrappedValue: List<T>) : IterableValue<T>
An immutable Value that contains other values of the same type, ordered.
Parameters
T
the element type of the list
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