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
/
onSuccess
on
Success
inline
fun
onSuccess
(
action
:
(
T
)
->
Unit
)
:
SolidResult
<
T
>
Runs
action
on the success value and returns this result unchanged.