Skip to content

Instantly share code, notes, and snippets.

@juankg214
Created June 9, 2021 03:28
Show Gist options
  • Select an option

  • Save juankg214/80702c1e3cded623c09304fb4cc31760 to your computer and use it in GitHub Desktop.

Select an option

Save juankg214/80702c1e3cded623c09304fb4cc31760 to your computer and use it in GitHub Desktop.
Observable<String> observable = Observable.just("Hello");
observable.subscribe(s -> result = s);
assertTrue(result.equals("Hello"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment