SpreadParameters

class SpreadParameters(val source: TransactionValue<*>)

A value marked by spread, filling a parameter slot with a whole map's worth of parameters.

Not a TransactionValue: a step's parameters take one of these anywhere a value goes, and nothing takes one back, so spread() is the last call in a chain and map cannot follow it.

Constructors

Link copied to clipboard
internal constructor(source: TransactionValue<*>)

Properties

Link copied to clipboard
internal val source: TransactionValue<*>