zip and concat
Paul Sandoz
paul.sandoz at oracle.com
Mon Nov 4 00:29:52 PST 2013
On Jul 15, 2013, at 8:44 AM, Artella Coding <artella.coding at googlemail.com> wrote:
> Hi I just came across
> http://mail.openjdk.java.net/pipermail/lambda-libs-spec-observers/2013-June/002029.html
>
> So am I right in assuming that zip and concat have been completely removed
> from jdk 8 with lambda?
>
Zip was removed.
Concat was moved from j.u.s.Streams to a static method on the interface e.g. se j.u.s.Stream.concat.
Paul.
> The original application I was using https://github.com/hraberg/Shen.java was
> actually using these two functions (see
> http://stackoverflow.com/questions/17640754/zipping-streams-using-jdk8-with-lambda-java-util-stream-streams-zip
> for
> details of exactly where zip & concat were being used). Thanks.
More information about the lambda-libs-spec-observers
mailing list