IterableValue
interface IterableValue<T : OutputValue<*>> : InputValue<Iterable<T>> , OutputValue<Iterable<T>> , Destructurable<T> , Iterable<T>
A Value that wraps an Iterable collection of Value elements.
Parameters
T
type of the elements
See also
Inheritors
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