Android Solid Services
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Android Solid Services
Shared
/
com.erfangholami.androidsolidservices.shared.result
/
SolidResult
/
map
map
inline
fun
<
R
>
map
(
transform
:
(
T
)
->
R
)
:
SolidResult
<
R
>
Transforms the success value, propagating a failure unchanged.