micro_utils.dokka
0.15.0
common
micro_utils.dokka
/
dev.inmo.micro_utils.common
/
simpleMapper
simple
Mapper
inline
fun
<
T1
,
T2
>
simpleMapper
(
noinline
t1
:
(
T2
)
->
T1
,
noinline
t2
:
(
T1
)
->
T2
)
:
SimpleMapperImpl
<
T1
,
T2
>