From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 26 Oct 2019 00:17:24 +0200 Subject: API documentation for KVision 2.0.0 --- api/pl.treksoft.kvision.utils/index.html | 27 --------------------------- 1 file changed, 27 deletions(-) (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 0a14333f..93ec4d07 100644 --- a/api/pl.treksoft.kvision.utils/index.html +++ b/api/pl.treksoft.kvision.utils/index.html @@ -66,24 +66,6 @@ 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

@@ -207,15 +189,6 @@ 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