ApiResult
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ApiResult
core
/
pro.respawn.apiresult
/
mapResulting
map
Resulting
inline
fun
<
T
,
R
>
Sequence
<
T
>
.
mapResulting
(
crossinline
map
:
(
T
)
->
R
)
:
Sequence
<
ApiResult
<
R
>
>
inline
fun
<
T
,
R
>
Iterable
<
T
>
.
mapResulting
(
crossinline
map
:
(
T
)
->
R
)
:
List
<
ApiResult
<
R
>
>
Maps each value in the collection, wrapping each map operation in an
ApiResult