summaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.redux/-redux-store/dispatch.html
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2019-03-17 01:38:43 +0100
committerRobert Jaros <rjaros@finn.pl>2019-03-17 01:38:43 +0100
commit5c87c4a52e95c942c413324e21034a52fff0ccb3 (patch)
treef1428d11a37ea4504d8caa897c876e7650e2206d /api/pl.treksoft.kvision.redux/-redux-store/dispatch.html
parente992f3f13ec46cad15cc7d6982e64ffc7223eb9a (diff)
downloadkvision-5c87c4a52e95c942c413324e21034a52fff0ccb3.tar.gz
kvision-5c87c4a52e95c942c413324e21034a52fff0ccb3.tar.bz2
kvision-5c87c4a52e95c942c413324e21034a52fff0ccb3.zip
API Documentation for KVision 0.0.30
Diffstat (limited to 'api/pl.treksoft.kvision.redux/-redux-store/dispatch.html')
-rw-r--r--api/pl.treksoft.kvision.redux/-redux-store/dispatch.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.redux/-redux-store/dispatch.html b/api/pl.treksoft.kvision.redux/-redux-store/dispatch.html
new file mode 100644
index 00000000..864840fe
--- /dev/null
+++ b/api/pl.treksoft.kvision.redux/-redux-store/dispatch.html
@@ -0,0 +1,18 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>ReduxStore.dispatch - kvision</title>
+<link rel="stylesheet" href="../../../style.css">
+</HEAD>
+<BODY>
+<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.redux</a>&nbsp;/&nbsp;<a href="index.html">ReduxStore</a>&nbsp;/&nbsp;<a href="./dispatch.html">dispatch</a><br/>
+<br/>
+<h1>dispatch</h1>
+<a name="pl.treksoft.kvision.redux.ReduxStore$dispatch(pl.treksoft.kvision.redux.ReduxStore.A)"></a>
+<code><span class="keyword">fun </span><span class="identifier">dispatch</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.redux.ReduxStore$dispatch(pl.treksoft.kvision.redux.ReduxStore.A)/action">action</span><span class="symbol">:</span>&nbsp;<a href="index.html#A"><span class="identifier">A</span></a><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">&lt;ERROR CLASS&gt;</span></code>
+<p>Dispatches a synchronous action object.</p>
+<a name="pl.treksoft.kvision.redux.ReduxStore$dispatch(kotlin.Function2((kotlin.Function1((pl.treksoft.kvision.redux.ReduxStore.A, )), kotlin.Function0((pl.treksoft.kvision.redux.ReduxStore.S)), kotlin.Unit)))"></a>
+<code><span class="keyword">fun </span><span class="identifier">dispatch</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.redux.ReduxStore$dispatch(kotlin.Function2((kotlin.Function1((pl.treksoft.kvision.redux.ReduxStore.A, )), kotlin.Function0((pl.treksoft.kvision.redux.ReduxStore.S)), kotlin.Unit)))/action">action</span><span class="symbol">:</span>&nbsp;<span class="symbol">(</span><a href="../-dispatch.html"><span class="identifier">Dispatch</span></a><span class="symbol">&lt;</span><a href="index.html#A"><span class="identifier">A</span></a><span class="symbol">&gt;</span><span class="symbol">,</span>&nbsp;<a href="../-get-state.html"><span class="identifier">GetState</span></a><span class="symbol">&lt;</span><a href="index.html#S"><span class="identifier">S</span></a><span class="symbol">&gt;</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">&lt;ERROR CLASS&gt;</span></code>
+<p>Dispatches an asynchronous action function.</p>
+</BODY>
+</HTML>