diff options
Diffstat (limited to 'api/pl.treksoft.kvision.utils/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.utils/index.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.utils/index.html b/api/pl.treksoft.kvision.utils/index.html index ff0cd878..0a14333f 100644 --- a/api/pl.treksoft.kvision.utils/index.html +++ b/api/pl.treksoft.kvision.utils/index.html @@ -66,6 +66,24 @@ performance is O(1) and for cache eviction, it is O(1).</p> <p>JavaScript Object type</p> </td> </tr> +<tr> +<td> +<p><a href="-observable-list/index.html">ObservableList</a></p> +</td> +<td> +<code><span class="keyword">interface </span><span class="identifier">ObservableList</span><span class="symbol"><</span><span class="identifier">T</span><span class="symbol">></span> <span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-list/index.html"><span class="identifier">MutableList</span></a><span class="symbol"><</span><a href="-observable-list/index.html#T"><span class="identifier">T</span></a><span class="symbol">></span></code> +<p>Observable list interface.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-observable-list-wrapper/index.html">ObservableListWrapper</a></p> +</td> +<td> +<code><span class="keyword">class </span><span class="identifier">ObservableListWrapper</span><span class="symbol"><</span><span class="identifier">T</span><span class="symbol">></span> <span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-list/index.html"><span class="identifier">MutableList</span></a><span class="symbol"><</span><a href="-observable-list-wrapper/index.html#T"><span class="identifier">T</span></a><span class="symbol">></span><span class="symbol">, </span><a href="-observable-list/index.html"><span class="identifier">ObservableList</span></a><span class="symbol"><</span><a href="-observable-list-wrapper/index.html#T"><span class="identifier">T</span></a><span class="symbol">></span></code> +<p>Simple observable list implementation.</p> +</td> +</tr> </tbody> </table> <h3>Extensions for External Classes</h3> @@ -94,6 +112,13 @@ performance is O(1) and for cache eviction, it is O(1).</p> </tr> <tr> <td> +<p><a href="kotlin.-number/index.html">kotlin.Number</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> <p><a href="kotlin.-pair/index.html">kotlin.Pair</a></p> </td> <td> @@ -182,6 +207,15 @@ performance is O(1) and for cache eviction, it is O(1).</p> </tr> <tr> <td> +<p><a href="observable-list-of.html">observableListOf</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="symbol"><</span><span class="identifier">T</span><span class="symbol">></span> <span class="identifier">observableListOf</span><span class="symbol">(</span><span class="keyword">vararg</span> <span class="identifier" id="pl.treksoft.kvision.utils$observableListOf(kotlin.Array((pl.treksoft.kvision.utils.observableListOf.T)))/items">items</span><span class="symbol">:</span> <a href="observable-list-of.html#T"><span class="identifier">T</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="-observable-list-wrapper/index.html"><span class="identifier">ObservableListWrapper</span></a><span class="symbol"><</span><a href="observable-list-of.html#T"><span class="identifier">T</span></a><span class="symbol">></span></code> +<p>Creates an instance of ObservableList</p> +</td> +</tr> +<tr> +<td> <p><a href="sn-attrs.html">snAttrs</a></p> </td> <td> |