ChangeScope

interface ChangeScope<in T>

A ChangeScope defines operations which may be undertaken when performing the TwoWayProjection.forward moves.

Parameters

T

the type of the changes issued.

Functions

Link copied to clipboard
abstract fun push(value: T)

Pushes a new value to the log of changes.