oskit-kmp
Toggle table of contents
5.0.0
common
Platform filter
common
Switch theme
Search in API
oskit-kmp
oskit-kmp
/
com.outsidesource.oskitkmp.concurrency
/
KotlinNativeFlowWrapper
Kotlin
Native
Flow
Wrapper
class
KotlinNativeFlowWrapper
<
T
:
Any
>
(
flow
:
Flow
<
T
>
)
Members
Constructors
Kotlin
Native
Flow
Wrapper
Link copied to clipboard
constructor
(
flow
:
Flow
<
T
>
)
Functions
subscribe
Link copied to clipboard
fun
subscribe
(
scope
:
CoroutineScope
,
onEach
:
(
item
:
T
)
->
Unit
,
onComplete
:
(
)
->
Unit
,
onThrow
:
(
error
:
Throwable
)
->
Unit
)
:
Job