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/as-json.html | 15 ------ .../kotlin.collections.-map/bool.html | 15 ------ .../kotlin.collections.-map/date.html | 15 ------ .../kotlin.collections.-map/index.html | 61 ---------------------- .../kotlin.collections.-map/number.html | 15 ------ .../kotlin.collections.-map/string.html | 15 ------ 6 files changed, 136 deletions(-) delete mode 100644 docs/api/pl.treksoft.kvision.form/kotlin.collections.-map/as-json.html delete mode 100644 docs/api/pl.treksoft.kvision.form/kotlin.collections.-map/bool.html delete mode 100644 docs/api/pl.treksoft.kvision.form/kotlin.collections.-map/date.html delete mode 100644 docs/api/pl.treksoft.kvision.form/kotlin.collections.-map/index.html delete mode 100644 docs/api/pl.treksoft.kvision.form/kotlin.collections.-map/number.html delete mode 100644 docs/api/pl.treksoft.kvision.form/kotlin.collections.-map/string.html (limited to 'docs/api/pl.treksoft.kvision.form/kotlin.collections.-map') diff --git a/docs/api/pl.treksoft.kvision.form/kotlin.collections.-map/as-json.html b/docs/api/pl.treksoft.kvision.form/kotlin.collections.-map/as-json.html deleted file mode 100644 index 79014102..00000000 --- a/docs/api/pl.treksoft.kvision.form/kotlin.collections.-map/as-json.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -asJson - kvision - - - -kvision / pl.treksoft.kvision.form / kotlin.collections.Map / asJson
-
-

asJson

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

Returns map values in JSON format.

- - diff --git a/docs/api/pl.treksoft.kvision.form/kotlin.collections.-map/bool.html b/docs/api/pl.treksoft.kvision.form/kotlin.collections.-map/bool.html deleted file mode 100644 index 2d14417e..00000000 --- a/docs/api/pl.treksoft.kvision.form/kotlin.collections.-map/bool.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -bool - kvision - - - -kvision / pl.treksoft.kvision.form / kotlin.collections.Map / bool
-
-

bool

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

Returns given value from the map as a Boolean.

- - diff --git a/docs/api/pl.treksoft.kvision.form/kotlin.collections.-map/date.html b/docs/api/pl.treksoft.kvision.form/kotlin.collections.-map/date.html deleted file mode 100644 index 05ac67b9..00000000 --- a/docs/api/pl.treksoft.kvision.form/kotlin.collections.-map/date.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -date - kvision - - - -kvision / pl.treksoft.kvision.form / kotlin.collections.Map / date
-
-

date

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

Returns given value from the map as a Date.

- - 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.

-
- - diff --git a/docs/api/pl.treksoft.kvision.form/kotlin.collections.-map/number.html b/docs/api/pl.treksoft.kvision.form/kotlin.collections.-map/number.html deleted file mode 100644 index 6f898d7f..00000000 --- a/docs/api/pl.treksoft.kvision.form/kotlin.collections.-map/number.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -number - kvision - - - -kvision / pl.treksoft.kvision.form / kotlin.collections.Map / number
-
-

number

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

Returns given value from the map as a Number.

- - diff --git a/docs/api/pl.treksoft.kvision.form/kotlin.collections.-map/string.html b/docs/api/pl.treksoft.kvision.form/kotlin.collections.-map/string.html deleted file mode 100644 index 33bc31c6..00000000 --- a/docs/api/pl.treksoft.kvision.form/kotlin.collections.-map/string.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -string - kvision - - - -kvision / pl.treksoft.kvision.form / kotlin.collections.Map / string
-
-

string

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

Returns given value from the map as a String.

- - -- cgit