public interface Streamable<T>
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<T> |
stream()
Returns a sequential
Stream over the elements. |
java.util.stream.Stream<T> stream()
Stream over the elements.Stream.Copyright © 2023. All rights reserved.