Skip to content

Instantly share code, notes, and snippets.

@munho
Forked from agustarc/retryWhenSample7.kt
Created January 10, 2022 05:56
Show Gist options
  • Save munho/f5b6e0eed8635d253ca23cd638fdd421 to your computer and use it in GitHub Desktop.
Save munho/f5b6e0eed8635d253ca23cd638fdd421 to your computer and use it in GitHub Desktop.
this += repository.getImages(params)
.compose(applySingleAsync())
.subscribe { result ->
result.fold(
onSuccess = { },
onFailure = { }
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment