interface MultiSet.NonEmpty<T>
A non-empty type-invariant immutable MultiSet of value type T. In the MultiSet, each value can occur multiple times. See the MultiSet documentation and the MultiSet API documentation
Extends: Streamable.NonEmpty<T>, MultiSet<T>
Type parameters
| Name | Description |
|---|---|
| T | the value type |
Methods
stream
Returns a non-empty Stream of the elements in this collection.
streamStream of the elements in this collection.