Skip to content

Instantly share code, notes, and snippets.

@jasongorman
Created November 22, 2019 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasongorman/d27e387dcad254d7d9dc664440f4594d to your computer and use it in GitHub Desktop.
Save jasongorman/d27e387dcad254d7d9dc664440f4594d to your computer and use it in GitHub Desktop.
private void loadAll() {
execute(() -> {
bay.load(parcels.get(parcels.size() - 1));
parcels.remove(parcels.size() - 1);
})
.until(parcels::isEmpty, this);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment