Uses of Interface
com.google.mu.util.stream.BiAccumulator
Packages that use BiAccumulator
Package
Description
BiStream, BiCollector, MoreStreams, MoreCollectors etc.
-
Uses of BiAccumulator in com.google.mu.util.stream
Methods in com.google.mu.util.stream with parameters of type BiAccumulatorModifier and TypeMethodDescriptionabstract <A> A
BiStream.collect
(A container, BiAccumulator<? super A, ? super K, ? super V> accumulator) Performs mutable reduction, as incollect(ImmutableMap.builder(), ImmutableMap.Builder::put)
.