hg: lambda/lambda/jdk: Add Stream.zip method that combines elements, in encounter order, of two streams to produce

paul.sandoz at oracle.com paul.sandoz at oracle.com
Wed Jan 9 13:49:01 PST 2013


Changeset: 9e3cd16adc95
Author:    psandoz
Date:      2013-01-09 22:48 +0100
URL:       http://hg.openjdk.java.net/lambda/lambda/jdk/rev/9e3cd16adc95

Add Stream.zip method that combines elements, in encounter order, of two streams to produce
a third stream of combined results.

! src/share/classes/java/util/stream/Streams.java
+ test-ng/tests/org/openjdk/tests/java/util/stream/op/ZipOpTest.java



More information about the lambda-dev mailing list