renetik-android
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
renetik-android
renetik-android-event
/
renetik.android.event.change
/
CSSuspendHasChangeValue
CSSuspend
Has
Change
Value
interface
CSSuspendHasChangeValue
<
T
>
:
CSValue
<
T
>
,
CSSuspendHasChange
<
T
>
Inheritors
CSSuspendProperty
Members
Members & Extensions
Properties
value
Link copied to clipboard
abstract
val
value
:
T
Functions
get
Value
Link copied to clipboard
open
operator override
fun
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
T
on
Change
Link copied to clipboard
abstract
fun
onChange
(
function
:
suspend
(
T
)
->
Unit
)
:
CSRegistration
update
Link copied to clipboard
fun
<
Item
:
CSHasDestruct
>
CSValue
<
Int
>
.
update
(
list
:
MutableList
<
Item
>
,
function
:
(
index
:
Int
)
->
Item
)
fun
CSValue
<
Int
>
.
update
(
newCount
:
Int
,
onAdd
:
ArgFun
<
Int
>
?
=
null
,
onRemove
:
ArgFun
<
Int
>
?
=
null
)