aboutsummaryrefslogtreecommitdiff
path: root/api1/pl.treksoft.kvision.cordova/kotlin.-string/index.html
blob: 52c0ba06caa57c5d73877c4963d4e8115340226c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.cordova</a>&nbsp;/&nbsp;<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">&lt;</span><a href="../-directory-entry/index.html"><span class="identifier">DirectoryEntry</span></a><span class="symbol">,</span>&nbsp;<a href="../-file-exception/index.html"><span class="identifier">FileException</span></a><span class="symbol">&gt;</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">&lt;</span><a href="../-file-entry/index.html"><span class="identifier">FileEntry</span></a><span class="symbol">,</span>&nbsp;<a href="../-file-exception/index.html"><span class="identifier">FileException</span></a><span class="symbol">&gt;</span></code>
<p>Extension function to convert String to a file entry.</p>
</td>
</tr>
</tbody>
</table>
</BODY>
</HTML>