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
/
flatMap
flat
Map
inline
fun
<
R
>
flatMap
(
transform
:
(
T
)
->
SolidResult
<
R
>
)
:
SolidResult
<
R
>
Chains an operation that itself returns a
SolidResult
, propagating a failure unchanged.