Donald Raab

Results 115 comments of Donald Raab

Hi @DineshPurushothamacharya, thanks for volunteering! I've assigned it to you.

Hi @DineshPurushothamacharya, the static factories are not available in the interfaces for primitive collections, so you will not be able to implement this in a default method. You can throw...

- Full support for leveraging JPMS. - Reduce total number of builds to two LTS (11, 17) versions (down from soon to be three LTS versions - 8, 11, 17)...

@motlin covered most of what I would have said. This method in the context of `LazyIterable` is also slightly more complicated because the underlying collection may not just be unordered,...

There is an interesting problem that exists with `zipWithIndex` that could be corrected on the primitive side that we couldn't fix on the Object side. We had `zipWithIndex` implemented on...

The only downside of this is as @victornoel points out there are only `Optional`, `OptionalInt`, `OptionalLong` and `OptionalDouble` in JDK. I am not sure it would be a good idea...

The red pill option would be to have asLazy() return a LazyBagIterable for Bag. LazyBagIterable would extend LazyIterable. LazyBagIterable select method would also have to return LazyBagIterable. Warning: Not sure...

Hi @Abhi-vashisth, thank you for volunteering! Welcome to open source! I will assign the issue to you now. As this is your first open source contribution and first contribution to...

@motlin any progress on this? I was just looking through our issues and came across this one which looks like a good addition.