public interface AsyncIterable<T>
| Modifier and Type | Method and Description |
|---|---|
AsyncIterator<T> |
iterator()
Returns an asynchronous iterator.
|
default Stream<T> |
stream()
Returns a stream.
|
AsyncIterator<T> iterator()
Copyright © 2013–2018. All rights reserved.