ArgForInstanceNonEvent

data class ArgForInstanceNonEvent<T : Any, C : KlerkContext, V>(val model: Model<T>, val time: Instant, val reader: Reader<C, V>)

Parameters

model

The model as it is in the un-committed state. I.e. the model you see may differ from the model as it was before the current processing (of an event or time-trigger).

Constructors

Link copied to clipboard
constructor(model: Model<T>, time: Instant, reader: Reader<C, V>)

Properties

Link copied to clipboard
val model: Model<T>
Link copied to clipboard
val reader: Reader<C, V>
Link copied to clipboard
val time: Instant