kotlin-echo
echo
/
io.github.alexandrepiveteau.echo.projections
/
OneWayProjection
/
forward
forward
abstract
fun
forward
(
model
:
M
,
identifier
:
EventIdentifier
,
event
:
T
)
:
M
Content copied to clipboard
Applies the
event
to the given
model
, and returns a new immutable model.