ModuleCheck
0.12.5
0.13.0-SNAPSHOT
0.12.5
modulecheck-utils:coroutines
/
modulecheck.utils.coroutines
/
mapAsyncNotNull
map
Async
Not
Null
fun
<
T
,
R
:
Any
>
Flow
<
T
>
.
mapAsyncNotNull
(
transform
:
suspend
(
T
)
->
R
?
)
:
Flow
<
R
>
Content copied to clipboard
fun
<
T
,
R
:
Any
>
Iterable
<
T
>
.
mapAsyncNotNull
(
transform
:
suspend
(
T
)
->
R
?
)
:
Flow
<
R
>
Content copied to clipboard
fun
<
T
,
R
:
Any
>
Sequence
<
T
>
.
mapAsyncNotNull
(
transform
:
suspend
(
T
)
->
R
?
)
:
Flow
<
R
>
Content copied to clipboard
Sources
jvm source
Link copied to clipboard
jvm source
Link copied to clipboard
jvm source
Link copied to clipboard