interface Streamable.NonEmpty<T>
An object that can create a non-empty Stream of elements of type T
.
Implemented by: Stream.NonEmpty<T>
Type parameters
Name | Description |
---|---|
T | the element type |
Methods
stream
Returns a non-empty Stream
of the elements in this collection.
stream
Stream
of the elements in this collection.Definition
stream():
Stream.NonEmpty
<T>;