UnorderedCollectionValue
data class UnorderedCollectionValue<T : OutputValue<*>>(val unwrappedValue: Set<T>) : IterableValue<T>
An immutable Value that contains other values of the same type, unordered.
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