rd-framework
Toggle table of contents
2026.1.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
rd-framework
rd-framework
/
com.jetbrains.rd.framework.impl
/
IAsyncProperty
IAsync
Property
interface
IAsyncProperty
<
T
>
:
IAsyncSource2
<
T
>
Inheritors
IMutableAsyncProperty
Members
Properties
maybe
Link copied to clipboard
abstract
val
maybe
:
Maybe
<
T
>
value
Link copied to clipboard
open
val
value
:
T
Functions
advise
On
Link copied to clipboard
abstract
fun
adviseOn
(
lifetime
:
Lifetime
,
scheduler
:
IScheduler
,
handler
:
(
T
)
->
Unit
)