Singularity API (multiplatformx-api)
/
org.brightify.hyperdrive.multiplatformx.util.bridge
/
NullableMutableStateFlowWrapper
Nullable
Mutable
State
Flow
Wrapper
open class
NullableMutableStateFlowWrapper
<
T
:
Any
>(getter: () ->
T
?, setter: (
T
?) ->
Unit
, origin:
Flow
<
T
?>) :
NullableStateFlowWrapper
<
T
>
Content copied to clipboard
Types
Functions
Properties
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
collect
Link copied to clipboard
open suspend override fun
collect
(collector:
FlowCollector
<
T
?>)
Content copied to clipboard
watch
Link copied to clipboard
open fun
watch
(onNext: (
T
?) ->
Unit
, onError: (
Exception
) ->
Unit
, onCompleted: () ->
Unit
, coroutineScope:
CoroutineScope
= MainScope()):
FlowWrapperWatchToken
Content copied to clipboard
Properties
value
Link copied to clipboard
open override var
value
:
T
?
Content copied to clipboard