Print the values in this stream.
()
| 299 | * Print the values in this stream. |
| 300 | */ |
| 301 | public void print() { |
| 302 | forEach(new PrintConsumer<T>()); |
| 303 | } |
| 304 | |
| 305 | /** |
| 306 | * Sends the elements of this stream to a bolt. This could be used to plug in existing bolts as sinks in the stream, for e.g. a {@code |