Arg For Instance Non Event
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).