kvision / pl.treksoft.kvision.redux / StateBinding / stateUpdate

stateUpdate

fun <S : Any, A : RAction, CONT : Container, CONTENT> CONT.stateUpdate(store: ReduxStore<S, A>, factory: CONT.(S) -> CONTENT): Updateable<S, CONTENT>

DSL builder extension function for updateable redux content.

It takes the same parameters as the constructor of the built component.