Gatherer.Integrator.Greedy

public static interface Gatherer.Integrator.Greedy
implements Integrator<A, T, R>

java.util.stream.Gatherer.Integrator.Greedy<A, T, R>


Greedy Integrators consume all their input, and may only relay that the downstream does not want more elements.

Summary

Inherited methods