Package org.n52.janmayen.stream
Interface Streamable<T>
-
- All Known Subinterfaces:
StreamingIterable<T>
- All Known Implementing Classes:
MultilingualString
public interface Streamable<T>Interface for classes that have astream()method.- See Also:
Stream
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stream<T>stream()Create a new stream.
-