Interface AsyncLongStream

All Superinterfaces:
AutoCloseable, BaseStream<Long,AsyncLongStream>

public interface AsyncLongStream extends BaseStream<Long,AsyncLongStream>
An asynchronous equivalent to LongStream.
See Also: