See: Description
| Interface | Description |
|---|---|
| Stream.ElementType<E> |
The
ElementType interface represents types of the elements
held by this stream and can be used for stream filtering. |
| Class | Description |
|---|---|
| Stream<E> |
A simple stream class used to represent a stream of characters or tokens.
|
| Exception | Description |
|---|---|
| UnexpectedElementException |
Thrown when attempting to consume a stream element of unexpected types.
|