forward

abstract fun forward(    model: M,     identifier: EventIdentifier,     event: T): M

Applies the event to the given model, and returns a new immutable model.