E - The element type.public interface Streamable<E>
Stream of elements of a specific type.| Modifier and Type | Method and Description |
|---|---|
Stream<E> |
stream()
Returns a sequential
Stream with this Streamable as its source. |
Stream<E> stream()
Stream with this Streamable as its source.Copyright © 2024 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.