Interface AsyncStream<T>

Type Parameters:
T - the type of the stream elements
All Superinterfaces:
AutoCloseable, BaseStream<T,AsyncStream<T>>
All Known Subinterfaces:
AsyncMutableRecordStream<K>, AsyncRecordStream<K>

public interface AsyncStream<T> extends BaseStream<T,AsyncStream<T>>
An asynchronous equivalent to Stream.
See Also: