From f3c9d405382dd81d426c7eab1f6390ec8e6dad00 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 5 Mar 2018 08:45:25 +0100 Subject: Documentation update. --- .../kotlin.collections.-map/index.html | 61 ---------------------- 1 file changed, 61 deletions(-) delete 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 deleted file mode 100644 index b50e00d3..00000000 --- a/docs/api/pl.treksoft.kvision.form/kotlin.collections.-map/index.html +++ /dev/null @@ -1,61 +0,0 @@ - - - -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