-
Notifications
You must be signed in to change notification settings - Fork 15
concat
Mahmoud Ben Hassine edited this page Oct 9, 2015
·
5 revisions
Create a XStream by concatenating two streams.
XStream.concat(Stream.of("a", "b"), Stream.of("c", "d")).to(stdOut()); //prints "a", "b", "c", "d"
UnixStream is created with passion by Mahmoud Ben Hassine