T - the element typepublic interface StreamingIterable<T> extends Streamable<T>, Iterable<T>
Streamable and Iterable.| Modifier and Type | Method and Description |
|---|---|
default Stream<T> |
stream()
Create a new stream.
|
forEach, iterator, spliteratordefault Stream<T> stream()
Streamablestream in interface Streamable<T>Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.