-
Notifications
You must be signed in to change notification settings - Fork 15
from
Mahmoud Ben Hassine edited this page Nov 8, 2015
·
4 revisions
Create a UnixStream from the given stream.
Stream<String> stream = Stream.of("a", "b");
UnixStream.from(stream)
.to(stdOut()); //prints "a", "b"
UnixStream is created with passion by Mahmoud Ben Hassine