From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 26 Oct 2019 00:17:24 +0200 Subject: API documentation for KVision 2.0.0 --- .../-updateable/-init-.html | 15 ++++++ .../-updateable/index.html | 54 ++++++++++++++++++++++ .../-updateable/update-with.html | 14 ++++++ 3 files changed, 83 insertions(+) create mode 100644 api/pl.treksoft.kvision.state/-updateable/-init-.html create mode 100644 api/pl.treksoft.kvision.state/-updateable/index.html create mode 100644 api/pl.treksoft.kvision.state/-updateable/update-with.html (limited to 'api/pl.treksoft.kvision.state/-updateable') diff --git a/api/pl.treksoft.kvision.state/-updateable/-init-.html b/api/pl.treksoft.kvision.state/-updateable/-init-.html new file mode 100644 index 00000000..ad0682de --- /dev/null +++ b/api/pl.treksoft.kvision.state/-updateable/-init-.html @@ -0,0 +1,15 @@ + + + +Updateable.<init> - kvision + + + +kvision / pl.treksoft.kvision.state / Updateable / <init>
+
+

<init>

+ +Updateable(setUpdateState: ((S, CONTENT) -> Unit) -> Unit) +

A helper class for updateable content.

+ + diff --git a/api/pl.treksoft.kvision.state/-updateable/index.html b/api/pl.treksoft.kvision.state/-updateable/index.html new file mode 100644 index 00000000..6b84a1ed --- /dev/null +++ b/api/pl.treksoft.kvision.state/-updateable/index.html @@ -0,0 +1,54 @@ + + + +Updateable - kvision + + + +kvision / pl.treksoft.kvision.state / Updateable
+
+

Updateable

+class Updateable<S : Any, CONTENT> +

A helper class for updateable content.

+

Constructors

+ + + + + + + +
+

<init>

+
+Updateable(setUpdateState: ((S, CONTENT) -> Unit) -> Unit) +

A helper class for updateable content.

+
+

Functions

+ + + + + + + +
+

updateWith

+
+infix fun updateWith(updateState: (S, CONTENT) -> Unit): Unit
+

Extension Functions

+ + + + + + + +
+

createInstance

+
+fun <T> Any?.createInstance(vararg args: dynamic): T +

Helper function for creating JavaScript objects from dynamic constructors.

+
+ + diff --git a/api/pl.treksoft.kvision.state/-updateable/update-with.html b/api/pl.treksoft.kvision.state/-updateable/update-with.html new file mode 100644 index 00000000..0029d643 --- /dev/null +++ b/api/pl.treksoft.kvision.state/-updateable/update-with.html @@ -0,0 +1,14 @@ + + + +Updateable.updateWith - kvision + + + +kvision / pl.treksoft.kvision.state / Updateable / updateWith
+
+

updateWith

+ +infix fun updateWith(updateState: (S, CONTENT) -> Unit): Unit + + -- cgit