multiplatformx-api
0.1.143
multiplatformx-api
/
org.brightify.hyperdrive.multiplatformx.util.bridge
/
NullableFlowWrapper
Nullable
Flow
Wrapper
open
class
NullableFlowWrapper
<
T
:
Any
>
(
origin
:
Flow
<
T
?
>
)
:
Flow
<
T
?
>
Content copied to clipboard
Types
Constructors
Functions
Inheritors
Constructors
Nullable
Flow
Wrapper
Link copied to clipboard
fun
<
T
:
Any
>
NullableFlowWrapper
(
origin
:
Flow
<
T
?
>
)
Content copied to clipboard
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
Inheritors
NullableStateFlowWrapper
Link copied to clipboard