Skip to content

Instantly share code, notes, and snippets.

@pellse
Created November 6, 2017 21:56
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 pellse/fa22b178813a66abef8b216a3f46c4f1 to your computer and use it in GitHub Desktop.
Save pellse/fa22b178813a66abef8b216a3f46c4f1 to your computer and use it in GitHub Desktop.
List<Customer> customer = Stream.of(1L, 2L)
.map(unchecked(this::queryDatabaseForCustomer))
.collect(toList());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment