rd-framework
2024.3.0
rd-framework
/
com.jetbrains.rd.framework.impl
/
IAsyncProperty
IAsync
Property
interface
IAsyncProperty
<
T
>
:
IAsyncSource2
<
T
>
Content copied to clipboard
Functions
Properties
Inheritors
Functions
advise
On
Link copied to clipboard
abstract
fun
adviseOn
(
lifetime
:
Lifetime
,
scheduler
:
IScheduler
,
handler
:
(
T
)
->
Unit
)
Content copied to clipboard
Properties
maybe
Link copied to clipboard
abstract
val
maybe
:
Maybe
<
T
>
Content copied to clipboard
value
Link copied to clipboard
open
val
value
:
T
Content copied to clipboard
Inheritors
IMutableAsyncProperty
Link copied to clipboard