rd-framework
2024.3.0
rd-framework
/
com.jetbrains.rd.framework.impl
/
IMutableAsyncProperty
IMutable
Async
Property
interface
IMutableAsyncProperty
<
T
>
:
IAsyncProperty
<
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
set
Link copied to clipboard
abstract
fun
set
(
value
:
T
)
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
override
var
value
:
T
Content copied to clipboard
Inheritors
AsyncRdProperty
Link copied to clipboard