google / mug

A small Java 8 library (string manipulation, stream utils)
Apache License 2.0
367 stars 65 forks source link

Add util.stream package #4

Closed fluentfuture closed 7 years ago

fluentfuture commented 7 years ago

BiStream to handle stream of pairs.

MoreStream.dice() to support dicing up Stream<T> to Stream<List<T>> with a max size.