StateEffect

State effects can be used to represent additional effects associated with a transaction.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The value of this effect.

Functions

Link copied to clipboard
Link copied to clipboard
fun map(mapping: ChangeDesc): StateEffect<Value>?

Map this effect through a position mapping. Will return null when that ends up deleting the effect.