Skip to content

Instantly share code, notes, and snippets.

@shazin
Created December 9, 2017 05:11
Show Gist options
  • Save shazin/f31b4228cfa4c9157c3bb7ff43ed1aee to your computer and use it in GitHub Desktop.
Save shazin/f31b4228cfa4c9157c3bb7ff43ed1aee to your computer and use it in GitHub Desktop.
// Find by Number, Aggregate to a List, Block until finish
List myTaxis = rxJava2TaxiRepository
.findByNumber("CAL-4259")
.toList()
.blockingGet();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment