Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.core
/
love.yinlin.data
/
map
map
inline
fun
<
T
,
R
>
Data
<
T
>
.
map
(
map
:
(
T
)
->
R
)
:
Data
<
R
>
inline
fun
<
T
,
R
>
Data
<
T
>
.
map
(
error
:
(
Throwable
)
->
Throwable
,
success
:
(
T
)
->
R
)
:
Data
<
R
>