T
- type of individual stream itempublic interface ResultStream<T>
Modifier and Type | Method and Description |
---|---|
void |
submit(T item)
Submits a new item to stream.
|
void submit(T item)
item
- the next itemCopyright © 2023. All Rights Reserved.