Greedy

@FunctionalInterface interface Greedy<A : Any!, T : Any!, R : Any!> : Gatherer.Integrator<A, T, R>
java.util.stream.Gatherer.Integrator.Greedy

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

Summary

Inherited functions