ApiResult
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ApiResult
core
/
pro.respawn.apiresult
/
apply
apply
infix inline
fun
<
T
,
R
>
ApiResult
<
T
>
.
apply
(
block
:
T
.
(
)
->
R
)
:
ApiResult
<
R
>
Alias for
map
that takes
this
as a parameter