Skip to content

Instantly share code, notes, and snippets.

@andybryant
Created June 8, 2018 10:42
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 andybryant/fc4d86b26950a712105ba2f4d0d81c79 to your computer and use it in GitHub Desktop.
Save andybryant/fc4d86b26950a712105ba2f4d0d81c79 to your computer and use it in GitHub Desktop.
builder
.stream("orders")
.flatMap(Ops::splitOrders)
.through("order-items")
.filter(Ops::excludeArchivedValues)
.to("active-order-items");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment