From bc2152266d0aa8b749d5202d54f9e7c4a5db5b5b Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 23 Jun 2019 14:12:10 +0200 Subject: API documentation for KVision 0.0.37 --- .../kotlin.-string/index.html | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 api/pl.treksoft.kvision.cordova/kotlin.-string/index.html (limited to 'api/pl.treksoft.kvision.cordova/kotlin.-string/index.html') diff --git a/api/pl.treksoft.kvision.cordova/kotlin.-string/index.html b/api/pl.treksoft.kvision.cordova/kotlin.-string/index.html new file mode 100644 index 00000000..52c0ba06 --- /dev/null +++ b/api/pl.treksoft.kvision.cordova/kotlin.-string/index.html @@ -0,0 +1,34 @@ + + + +pl.treksoft.kvision.cordova.kotlin.String - kvision + + + +kvision / pl.treksoft.kvision.cordova / kotlin.String
+
+

Extensions for kotlin.String

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

toDirectoryEntry

+
+suspend fun String.toDirectoryEntry(): Result<DirectoryEntry, FileException> +

Extension function to convert String to a directory entry.

+
+

toFileEntry

+
+suspend fun String.toFileEntry(): Result<FileEntry, FileException> +

Extension function to convert String to a file entry.

+
+ + -- cgit