AsyncResult
Toggle table of contents
0.1.9
common
Target filter
common
Switch theme
Search in API
Skip to content
AsyncResult
asyncresult
/
io.nlopez.asyncresult
/
map
map
inline
fun
<
R
,
T
>
AsyncResult
<
R
>
.
map
(
transform
:
(
AsyncResult
<
R
>
)
->
AsyncResult
<
T
>
)
:
AsyncResult
<
T
>
Transforms the current
AsyncResult
to the result of
transform
.