From d8cd67062b8de6e8398dc6dfd00d201200c82414 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 9 Feb 2018 13:40:35 +0100 Subject: API doc and readme --- .../kotlin.collections.-map/index.html | 61 ++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 docs/api/pl.treksoft.kvision.form/kotlin.collections.-map/index.html (limited to 'docs/api/pl.treksoft.kvision.form/kotlin.collections.-map/index.html') diff --git a/docs/api/pl.treksoft.kvision.form/kotlin.collections.-map/index.html b/docs/api/pl.treksoft.kvision.form/kotlin.collections.-map/index.html new file mode 100644 index 00000000..b50e00d3 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.form/kotlin.collections.-map/index.html @@ -0,0 +1,61 @@ + + + +pl.treksoft.kvision.form.kotlin.collections.Map - kvision + + + +kvision / pl.treksoft.kvision.form / kotlin.collections.Map
+
+

Extensions for kotlin.collections.Map

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

asJson

+
+fun Map<String, Any?>.asJson(): Json +

Returns map values in JSON format.

+
+

bool

+
+fun Map<String, Any?>.bool(key: String): Boolean? +

Returns given value from the map as a Boolean.

+
+

date

+
+fun Map<String, Any?>.date(key: String): Date? +

Returns given value from the map as a Date.

+
+

number

+
+fun Map<String, Any?>.number(key: String): Number? +

Returns given value from the map as a Number.

+
+

string

+
+fun Map<String, Any?>.string(key: String): String? +

Returns given value from the map as a String.

+
+ + -- cgit