kvision-state
5.16.0
kvision-state
/
io.kvision.state
/
ObservableList
Observable
List
interface
ObservableList
<
T
>
:
MutableList
<
T
>
Content copied to clipboard
Observable list interface.
Functions
Properties
Inheritors
Functions
add
Link copied to clipboard
abstract
override
fun
add
(
element
:
T
)
:
Boolean
Content copied to clipboard
abstract
fun
add
(
index
:
Int
,
element
:
T
)
Content copied to clipboard
add
All
Link copied to clipboard
abstract
override
fun
addAll
(
elements
:
Collection
<
T
>
)
:
Boolean
Content copied to clipboard
abstract
fun
addAll
(
index
:
Int
,
elements
:
Collection
<
T
>
)
:
Boolean
Content copied to clipboard
clear
Link copied to clipboard
abstract
override
fun
clear
(
)
Content copied to clipboard
contains
Link copied to clipboard
abstract
operator override
fun
contains
(
element
:
T
)
:
Boolean
Content copied to clipboard
contains
All
Link copied to clipboard
abstract
override
fun
containsAll
(
elements
:
Collection
<
T
>
)
:
Boolean
Content copied to clipboard
get
Link copied to clipboard
abstract
operator
fun
get
(
index
:
Int
)
:
T
Content copied to clipboard
index
Of
Link copied to clipboard
abstract
fun
indexOf
(
element
:
T
)
:
Int
Content copied to clipboard
is
Empty
Link copied to clipboard
abstract
override
fun
isEmpty
(
)
:
Boolean
Content copied to clipboard
iterator
Link copied to clipboard
abstract
operator override
fun
iterator
(
)
:
Iterator
<
T
>
Content copied to clipboard
last
Index
Of
Link copied to clipboard
abstract
fun
lastIndexOf
(
element
:
T
)
:
Int
Content copied to clipboard
list
Iterator
Link copied to clipboard
abstract
override
fun
listIterator
(
)
:
MutableListIterator
<
T
>
Content copied to clipboard
abstract
override
fun
listIterator
(
index
:
Int
)
:
MutableListIterator
<
T
>
Content copied to clipboard
remove
Link copied to clipboard
abstract
override
fun
remove
(
element
:
T
)
:
Boolean
Content copied to clipboard
remove
All
Link copied to clipboard
abstract
override
fun
removeAll
(
elements
:
Collection
<
T
>
)
:
Boolean
Content copied to clipboard
remove
At
Link copied to clipboard
abstract
fun
removeAt
(
index
:
Int
)
:
T
Content copied to clipboard
retain
All
Link copied to clipboard
abstract
override
fun
retainAll
(
elements
:
Collection
<
T
>
)
:
Boolean
Content copied to clipboard
set
Link copied to clipboard
abstract
operator
fun
set
(
index
:
Int
,
element
:
T
)
:
T
Content copied to clipboard
sub
List
Link copied to clipboard
abstract
override
fun
subList
(
fromIndex
:
Int
,
toIndex
:
Int
)
:
MutableList
<
T
>
Content copied to clipboard
Properties
on
Update
Link copied to clipboard
abstract
val
onUpdate
:
MutableCollection
<
(
MutableList
<
T
>
)
->
Unit
>
Content copied to clipboard
size
Link copied to clipboard
abstract
override
val
size
:
Int
Content copied to clipboard
Inheritors
ObservableListWrapper
Link copied to clipboard