-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
toListWhile for Stream API #22
Comments
This sounds like a question best suited for stack overflow |
Thanks guys
…On Wed, 5 Apr 2017, 20:44 David Karnok ***@***.***> wrote:
I've looked into the Stream API before and I found it quite convoluted due
to the Spliterator. Implementing custom Iterable/Iterator is quite
straightforward in contrast: have a look at IxJava
<https://github.com/akarnokd/ixjava> which has 3 modes
<https://github.com/akarnokd/ixjava/blob/1.x/src/main/java/ix/Ix.java#L842>
for buffering with condition.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AATa64ljeHfcQ5HbglS1JtT4vzAW2ebAks5rs3B7gaJpZM4M0A5->
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you know how to implement the same functionality of toListWhile using java 8 stream api (no rx)?
Thank you.
The text was updated successfully, but these errors were encountered: