From 2febd99a43e367e7100e9fc21bd6eef1cd1ea47e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 13 Jul 2019 02:13:41 +0200 Subject: API documentation for KVision 0.0.38 --- api/pl.treksoft.kvision.utils/index.html | 34 ++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'api/pl.treksoft.kvision.utils/index.html') 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).

JavaScript Object type

+ + +

ObservableList

+ + +interface ObservableList<T> : MutableList<T> +

Observable list interface.

+ + + + +

ObservableListWrapper

+ + +class ObservableListWrapper<T> : MutableList<T>, ObservableList<T> +

Simple observable list implementation.

+ +

Extensions for External Classes

@@ -94,6 +112,13 @@ performance is O(1) and for cache eviction, it is O(1).

+

kotlin.Number

+ + + + + +

kotlin.Pair

@@ -182,6 +207,15 @@ performance is O(1) and for cache eviction, it is O(1).

+

observableListOf

+ + +fun <T> observableListOf(vararg items: T): ObservableListWrapper<T> +

Creates an instance of ObservableList

+ + + +

snAttrs

-- cgit