micro_utils.dokka
0.16.10
common
micro_utils.dokka
/
dev.inmo.micro_utils.common
/
SimpleSuspendableMapperImpl
/
SimpleSuspendableMapperImpl
Simple
Suspendable
Mapper
Impl
fun
<
T1
,
T2
>
SimpleSuspendableMapperImpl
(
t1
:
suspend
(
T2
)
->
T1
,
t2
:
suspend
(
T1
)
->
T2
)