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.property
/
computedTo
computed
To
inline
fun
<
T
>
CSProperty
<
T
>
.
computedTo
(
parent
:
CSHasRegistrations
?
=
null
,
crossinline
to
:
(
T
)
->
T
,
noinline
onChange
:
ArgFun
<
T
>
?
=
null
)
:
CSProperty
<
T
>