afterSet

fun afterSet(afterSetFunction: (config: Config, T) -> Unit): Handler

Subscribe the update event of this item after every set operation.

Return

the handler to cancel this subscription

Parameters

afterSetFunction

the subscription function

Sources

jvm source
Link copied to clipboard