afterSet

abstract fun afterSet(afterSetFunction: (item: Item<*>, value: Any?) -> Unit): Handler

Subscribe the update event after every set operation.

Return

the handler to cancel this subscription

Parameters

afterSetFunction

the subscription function

Sources

jvm source
Link copied to clipboard