blob: 68b55079381bc8b1bbd0bbd75f2063c18d822f6a (
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
|
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>pl.treksoft.kvision.types - kvision</title>
<link rel="stylesheet" href="../../style.css">
</HEAD>
<BODY>
<a href="../index.html">kvision</a> / <a href="./index.html">pl.treksoft.kvision.types</a><br/>
<br/>
<h2>Package pl.treksoft.kvision.types</h2>
<p>Multiplatform type definitions.</p>
<h3>Types</h3>
<table>
<tbody>
<tr>
<td>
<p><a href="-date/index.html">Date</a></p>
</td>
<td>
<code><span class="keyword">expect</span> <span class="keyword">class </span><span class="identifier">Date</span></code></td>
</tr>
<tr>
<td>
<p><a href="-date-converter.html">DateConverter</a></p>
</td>
<td>
<code><span class="keyword">object </span><span class="identifier">DateConverter</span></code></td>
</tr>
<tr>
<td>
<p><a href="-date-serializer/index.html">DateSerializer</a></p>
</td>
<td>
<code><span class="keyword">object </span><span class="identifier">DateSerializer</span> <span class="symbol">:</span> <span class="identifier">KSerializer</span><span class="symbol"><</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.js/-date/index.html"><span class="identifier">Date</span></a><span class="symbol">></span></code></td>
</tr>
<tr>
<td>
<p><a href="-k-file/index.html">KFile</a></p>
</td>
<td>
<code><span class="keyword">data</span> <span class="keyword">class </span><span class="identifier">KFile</span></code>
<p>A serializable class for a multiplatform File type.</p>
</td>
</tr>
</tbody>
</table>
<h3>Type Aliases</h3>
<table>
<tbody>
<tr>
<td>
<p><a href="-date/index.html">Date</a></p>
</td>
<td>
<code><span class="keyword">actual</span> <span class="keyword">typealias </span><span class="identifier">Date</span> <span class="symbol">=</span> <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Date.html"><span class="identifier">Date</span></a></code></td>
</tr>
</tbody>
</table>
<h3>Extensions for External Classes</h3>
<table>
<tbody>
<tr>
<td>
<p><a href="java.util.-date/index.html">java.util.Date</a></p>
</td>
<td>
</td>
</tr>
<tr>
<td>
<p><a href="kotlin.-string/index.html">kotlin.String</a></p>
</td>
<td>
</td>
</tr>
<tr>
<td>
<p><a href="kotlin.js.-date/index.html">kotlin.js.Date</a></p>
</td>
<td>
</td>
</tr>
</tbody>
</table>
<h3>Properties</h3>
<table>
<tbody>
<tr>
<td>
<p><a href="-k-v_-d-e-f-a-u-l-t_-d-a-t-e_-f-o-r-m-a-t.html">KV_DEFAULT_DATE_FORMAT</a></p>
</td>
<td>
<code><span class="keyword">expect</span> <span class="keyword">val </span><span class="identifier">KV_DEFAULT_DATE_FORMAT</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td>
</tr>
<tr>
<td>
<p><a href="-k-v_-j-s-o-n_-d-a-t-e_-f-o-r-m-a-t.html">KV_JSON_DATE_FORMAT</a></p>
</td>
<td>
<code><span class="keyword">expect</span> <span class="keyword">val </span><span class="identifier">KV_JSON_DATE_FORMAT</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td>
</tr>
<tr>
<td>
<p><a href="kv-table-config.html">kvTableConfig</a></p>
</td>
<td>
<code><span class="keyword">val </span><span class="identifier">kvTableConfig</span><span class="symbol">: </span><span class="identifier"><ERROR CLASS></span></code></td>
</tr>
</tbody>
</table>
</BODY>
</HTML>
|