Skip to content

Instantly share code, notes, and snippets.

@hkurokawa
Created November 10, 2016 11:42
Show Gist options
  • Save hkurokawa/2bea06c9997cbd3eb440479de58a5c3d to your computer and use it in GitHub Desktop.
Save hkurokawa/2bea06c9997cbd3eb440479de58a5c3d to your computer and use it in GitHub Desktop.
final Exception e = new Exception("Failure!");
Single.zip(Single.just(1), Single.error(e), Pair::new)
.test()
.assertError(e);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment