diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-06-23 14:12:10 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-06-23 14:12:10 +0200 |
commit | bc2152266d0aa8b749d5202d54f9e7c4a5db5b5b (patch) | |
tree | 5fe76e243d94095bf2368122acb21db84a693aef /api/pl.treksoft.kvision.cordova/kotlin.-string/index.html | |
parent | a8ff23c5e58394c21e2e7c2a4880302b43b60dfd (diff) | |
download | kvision-bc2152266d0aa8b749d5202d54f9e7c4a5db5b5b.tar.gz kvision-bc2152266d0aa8b749d5202d54f9e7c4a5db5b5b.tar.bz2 kvision-bc2152266d0aa8b749d5202d54f9e7c4a5db5b5b.zip |
API documentation for KVision 0.0.37
Diffstat (limited to 'api/pl.treksoft.kvision.cordova/kotlin.-string/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.cordova/kotlin.-string/index.html | 34 |
1 files changed, 34 insertions, 0 deletions
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 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>pl.treksoft.kvision.cordova.kotlin.String - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.cordova</a> / <a href="./index.html">kotlin.String</a><br/> +<br/> +<h3>Extensions for kotlin.String</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="to-directory-entry.html">toDirectoryEntry</a></p> +</td> +<td> +<code><span class="keyword">suspend</span> <span class="keyword">fun </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">.</span><span class="identifier">toDirectoryEntry</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="../-result/index.html"><span class="identifier">Result</span></a><span class="symbol"><</span><a href="../-directory-entry/index.html"><span class="identifier">DirectoryEntry</span></a><span class="symbol">,</span> <a href="../-file-exception/index.html"><span class="identifier">FileException</span></a><span class="symbol">></span></code> +<p>Extension function to convert String to a directory entry.</p> +</td> +</tr> +<tr> +<td> +<p><a href="to-file-entry.html">toFileEntry</a></p> +</td> +<td> +<code><span class="keyword">suspend</span> <span class="keyword">fun </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">.</span><span class="identifier">toFileEntry</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="../-result/index.html"><span class="identifier">Result</span></a><span class="symbol"><</span><a href="../-file-entry/index.html"><span class="identifier">FileEntry</span></a><span class="symbol">,</span> <a href="../-file-exception/index.html"><span class="identifier">FileException</span></a><span class="symbol">></span></code> +<p>Extension function to convert String to a file entry.</p> +</td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |