From 8883419bfcec00947863741d48dbd89cc877615a Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 4 Apr 2019 13:10:28 +0200 Subject: API documentation for KVision 0.0.32 --- api/pl.treksoft.kvision.redux/-state-binding/state-binding.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/pl.treksoft.kvision.redux/-state-binding/state-binding.html') diff --git a/api/pl.treksoft.kvision.redux/-state-binding/state-binding.html b/api/pl.treksoft.kvision.redux/-state-binding/state-binding.html index 0cb98aa0..b5d3c896 100644 --- a/api/pl.treksoft.kvision.redux/-state-binding/state-binding.html +++ b/api/pl.treksoft.kvision.redux/-state-binding/state-binding.html @@ -9,7 +9,7 @@

stateBinding

-fun <S : Any, A, CONT : Container> CONT.stateBinding(store: ReduxStore<S, A>, factory: CONT.(S) -> Unit): StateBinding<S, A, CONT> +fun <S : Any, A, CONT : Container> CONT.stateBinding(store: ReduxStore<S, A>, factory: CONT.(S) -> Unit): StateBinding<S, A, CONT, Unit>

DSL builder extension function.

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

-- cgit