Skip to content

Instantly share code, notes, and snippets.

@sergiilagutin
Created June 9, 2016 07:36
Show Gist options
  • Save sergiilagutin/930b6ccf118f13f72d03b205ad69af2d to your computer and use it in GitHub Desktop.
Save sergiilagutin/930b6ccf118f13f72d03b205ad69af2d to your computer and use it in GitHub Desktop.
LongStream.range(0, users.size())
.mapToObj(this::createUserOrder)
.forEach(dao::save);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment