Skip to content

Instantly share code, notes, and snippets.

@vvsevolodovich
Created June 2, 2020 12:57
Show Gist options
  • Save vvsevolodovich/32fbbc884a14921276df6d8c416e461f to your computer and use it in GitHub Desktop.
Save vvsevolodovich/32fbbc884a14921276df6d8c416e461f to your computer and use it in GitHub Desktop.
@Override
protected void subscribeActual(final SingleObserver<? super T> s) {
source.subscribe(new ObserveOnSingleObserver<T>(s, scheduler));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment