From bfd5aa358e141d6c86d476d8bb66b104a80a3b96 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 21 May 2020 00:13:50 +0200 Subject: API documentation for KVision 3.10.0 --- .../kotlin.-string/index.html | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 api/pl.treksoft.kvision.utils/kotlin.-string/index.html (limited to 'api/pl.treksoft.kvision.utils/kotlin.-string/index.html') diff --git a/api/pl.treksoft.kvision.utils/kotlin.-string/index.html b/api/pl.treksoft.kvision.utils/kotlin.-string/index.html new file mode 100644 index 00000000..4500ff77 --- /dev/null +++ b/api/pl.treksoft.kvision.utils/kotlin.-string/index.html @@ -0,0 +1,34 @@ + + + +pl.treksoft.kvision.utils.kotlin.String - kvision + + + +kvision / pl.treksoft.kvision.utils / kotlin.String
+
+

Extensions for kotlin.String

+ + + + + + + + + + + +
+(js) +

set

+
+

Utility extension property to generate a set of strings to simplify the notation when using classes parameter.

+val String?.set: Set<String>
+(js) +

toCamelCase

+
+

Utility extension function to convert string from kebab-case to camelCase.

+fun String.toCamelCase(): String
+ + -- cgit