Skip to content

Instantly share code, notes, and snippets.

@Rasalexman
Created January 19, 2020 00:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Rasalexman/1a0d5cd8158ac8cd1a03cb2101d6ca8f to your computer and use it in GitHub Desktop.
Save Rasalexman/1a0d5cd8158ac8cd1a03cb2101d6ca8f to your computer and use it in GitHub Desktop.
Convert example
liveData(context = viewModelScope.coroutineContext + Dispatcher.IO) {
  emitSource(pagesRepository.getNextPageData(eventPageLiveData).asLiveData().map {
it.convertTo<MyUIModel>()
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment