From 4ffe1bee99a55e985bb71dacff3839263cb4316f Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Tue, 3 Mar 2020 10:53:33 +0100 Subject: API Documentation for KVision 3.0.0 --- api/pl.treksoft.kvision.event/change-flow.html | 14 +++++++ api/pl.treksoft.kvision.event/click-flow.html | 14 +++++++ api/pl.treksoft.kvision.event/event-flow.html | 14 +++++++ api/pl.treksoft.kvision.event/index.html | 51 ++++++++++++++++++++++++++ api/pl.treksoft.kvision.event/input-flow.html | 14 +++++++ 5 files changed, 107 insertions(+) create mode 100644 api/pl.treksoft.kvision.event/change-flow.html create mode 100644 api/pl.treksoft.kvision.event/click-flow.html create mode 100644 api/pl.treksoft.kvision.event/event-flow.html create mode 100644 api/pl.treksoft.kvision.event/index.html create mode 100644 api/pl.treksoft.kvision.event/input-flow.html (limited to 'api/pl.treksoft.kvision.event') diff --git a/api/pl.treksoft.kvision.event/change-flow.html b/api/pl.treksoft.kvision.event/change-flow.html new file mode 100644 index 00000000..68311817 --- /dev/null +++ b/api/pl.treksoft.kvision.event/change-flow.html @@ -0,0 +1,14 @@ + + + +changeFlow - kvision + + + +kvision / pl.treksoft.kvision.event / changeFlow
+
+

changeFlow

+ +inline val <reified T : Widget> T.changeFlow: <ERROR CLASS><T> + + diff --git a/api/pl.treksoft.kvision.event/click-flow.html b/api/pl.treksoft.kvision.event/click-flow.html new file mode 100644 index 00000000..6bb2e706 --- /dev/null +++ b/api/pl.treksoft.kvision.event/click-flow.html @@ -0,0 +1,14 @@ + + + +clickFlow - kvision + + + +kvision / pl.treksoft.kvision.event / clickFlow
+
+

clickFlow

+ +inline val <reified T : Widget> T.clickFlow: <ERROR CLASS><T> + + diff --git a/api/pl.treksoft.kvision.event/event-flow.html b/api/pl.treksoft.kvision.event/event-flow.html new file mode 100644 index 00000000..234b9a4b --- /dev/null +++ b/api/pl.treksoft.kvision.event/event-flow.html @@ -0,0 +1,14 @@ + + + +eventFlow - kvision + + + +kvision / pl.treksoft.kvision.event / eventFlow
+
+

eventFlow

+ +inline fun <reified T : Widget> T.eventFlow(event: String): <ERROR CLASS><Pair<T, Event>> + + diff --git a/api/pl.treksoft.kvision.event/index.html b/api/pl.treksoft.kvision.event/index.html new file mode 100644 index 00000000..0648b687 --- /dev/null +++ b/api/pl.treksoft.kvision.event/index.html @@ -0,0 +1,51 @@ + + + +pl.treksoft.kvision.event - kvision + + + +kvision / pl.treksoft.kvision.event
+
+

Package pl.treksoft.kvision.event

+

Extension functions producing coroutines Flows for KVision event sources.

+

Properties

+ + + + + + + + + + + + + + + +
+

changeFlow

+
+val <T : Widget> T.changeFlow: <ERROR CLASS><T>
+

clickFlow

+
+val <T : Widget> T.clickFlow: <ERROR CLASS><T>
+

inputFlow

+
+val <T : Widget> T.inputFlow: <ERROR CLASS><T>
+

Functions

+ + + + + + + +
+

eventFlow

+
+fun <T : Widget> T.eventFlow(event: String): <ERROR CLASS><Pair<T, Event>>
+ + diff --git a/api/pl.treksoft.kvision.event/input-flow.html b/api/pl.treksoft.kvision.event/input-flow.html new file mode 100644 index 00000000..e95c4be4 --- /dev/null +++ b/api/pl.treksoft.kvision.event/input-flow.html @@ -0,0 +1,14 @@ + + + +inputFlow - kvision + + + +kvision / pl.treksoft.kvision.event / inputFlow
+
+

inputFlow

+ +inline val <reified T : Widget> T.inputFlow: <ERROR CLASS><T> + + -- cgit