korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-datastructure
/
korlibs.datastructure
/
BaseObservableArray1
Base
Observable
Array1
abstract
class
BaseObservableArray1
<
T
,
E
>
(
val
updated
:
T
.
(
IntRange
)
->
Unit
)
:
BaseObservableArray
<
E
>
Inheritors
ObservableArray
ObservableIntArray
Members
Constructors
Base
Observable
Array1
Link copied to clipboard
constructor
(
updated
:
T
.
(
IntRange
)
->
Unit
)
Properties
size
Link copied to clipboard
abstract
val
size
:
Int
updated
Link copied to clipboard
val
updated
:
T
.
(
IntRange
)
->
Unit
version
Link copied to clipboard
val
version
:
Int
Functions
lock
Link copied to clipboard
inline
fun
<
T
>
lock
(
block
:
(
)
->
T
)
:
T