Hacker News new | ask | show | jobs
by kainsavage 4838 days ago
I think it gets even easier than that since stream/parallel are the basic calls:

  collection.parallel().map(operation1).reduce(operation2);