Interface BufferingCollector<E>

Type Parameters:
E -
All Known Implementing Classes:
BufferingCollector.Default

public interface BufferingCollector<E>
An instance that collects (buffers) elements and gets notified once the collecting process is completed.