Skip operation
Paul Sandoz
paul.sandoz at oracle.com
Mon Sep 17 06:25:34 PDT 2012
Hi,
Please see here for an implementation of the skip operation:
http://cr.openjdk.java.net/~psandoz/lambda/skip/webrev/
Skip can be combined with limit to obtain a sub-stream.
The skip impl currently has a dumb parallel implementation.
This patch is based on the previous one [1] for infinite streams.
Paul.
[1] http://cr.openjdk.java.net/~psandoz/lambda/inf/webrev/
which is based on:
http://cr.openjdk.java.net/~psandoz/lambda/limit/webrev/
More information about the lambda-dev
mailing list