Created
April 10, 2020 16:18
-
-
Save Raouf25/027c66f01cc0e950cf3c2cc21aa99145 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
files.stream() | |
.parallel() | |
.map(file-> extractInputStream(file)) | |
.forEach(inputStream -> carService.saveCars(inputStream)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment