class Updateable<S : Any, CONTENT>
A helper class for updateable content.
(js)
<init> |
A helper class for updateable content. Updateable(setUpdateState: ((S, CONTENT) -> Unit) -> Unit) |
(js)
updateWith |
infix fun updateWith(updateState: (S, CONTENT) -> Unit): Unit |