diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-10-22 00:01:39 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-10-22 00:01:39 +0200 |
commit | eb930482e9972a21d39f2aea8b813acf58ff5b64 (patch) | |
tree | 1c64052b39527aca51793860894baa37791cc94f /api/pl.treksoft.kvision.types/index.html | |
parent | 7c2850063697f94a0d8b8d8f8588136dd4b3d05e (diff) | |
download | kvision-eb930482e9972a21d39f2aea8b813acf58ff5b64.tar.gz kvision-eb930482e9972a21d39f2aea8b813acf58ff5b64.tar.bz2 kvision-eb930482e9972a21d39f2aea8b813acf58ff5b64.zip |
API documentation for KVision 0.0.19
Diffstat (limited to 'api/pl.treksoft.kvision.types/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.types/index.html | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.types/index.html b/api/pl.treksoft.kvision.types/index.html new file mode 100644 index 00000000..9bbe0d4c --- /dev/null +++ b/api/pl.treksoft.kvision.types/index.html @@ -0,0 +1,98 @@ +<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="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> |