Uses of Interface
com.google.mu.util.stream.BiStream.Partitioner
Package
Description
BiStream, BiCollector, MoreStreams, MoreCollectors etc.
-
Uses of BiStream.Partitioner in com.google.mu.util.stream
Modifier and TypeMethodDescriptionfinal <R> Stream
<R> BiStream.groupConsecutiveIf
(BiStream.Partitioner<? super K, ? super V> sameGroup, BiCollector<? super K, ? super V, R> groupCollector) Returns a lazyStream
of the consecutive groups of values from this stream.