reduce


Description:


public Collector<Optional<G>,Object,G> reduce<G> (owned CombineFunc<G> accumulator)

Returns a collector that performs a reduction operation on the elements.

Parameters:

accumulator

an accumulate function

Returns:

the collector implementation

See also:

Seq.reduce


Namespace: Gpseq.Collectors
Package: gpseq-1.0