shared
Toggle table of contents
2.0.0
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.nubasu.spotify.webapi.wrapper.response.common
/
fold
fold
inline
fun
<
T
,
R
>
SpotifyResult
<
T
>
.
fold
(
onSuccess
:
(
T
)
->
R
,
onFailure
:
(
SpotifyFailure
)
->
R
)
:
R