class Updateable<S : Any, CONTENT>
A helper class for updateable redux content.
Updateable(setUpdateState: ((S, CONTENT) -> Unit) -> Unit)
A helper class for updateable redux content. |
infix fun updateWith(updateState: (S, CONTENT) -> Unit): Unit |
fun <T> Any?.createInstance(vararg args: dynamic): T
Helper function for creating JavaScript objects from dynamic constructors. |