Skip to content

Instantly share code, notes, and snippets.

@juankg214
Created June 9, 2021 03:29
Show Gist options
  • Save juankg214/8b2862d91b272338c2fed1ecc580f0eb to your computer and use it in GitHub Desktop.
Save juankg214/8b2862d91b272338c2fed1ecc580f0eb 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