Skip to content

Instantly share code, notes, and snippets.

@Raouf25
Created April 10, 2020 17:07
Show Gist options
  • Save Raouf25/7f7657038594d14c387c0e3951b35dd8 to your computer and use it in GitHub Desktop.
Save Raouf25/7f7657038594d14c387c0e3951b35dd8 to your computer and use it in GitHub Desktop.
files.stream()
.parallel()
.map(wrapper(file->file.getInputStream()))
.forEach(inputStream -> carService.saveCars(inputStream));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment