Skip to content
Mahmoud Ben Hassine edited this page Oct 13, 2015 · 4 revisions

echo

Synopsis

Create a UStream with the given input.

Example

UStream.echo("hello world")
       .wc()
       .to(stdOut()); //prints 2
Clone this wiki locally