onSet

fun onSet(onSetFunction: (T) -> Unit): Handler

Subscribe the update event of this item.

Return

the handler to cancel this subscription

Parameters

onSetFunction

the subscription function

Sources

jvm source
Link copied to clipboard