Geoffrey Churchill
Geoffrey Churchill
@AddeusExMachina `Supplier` is a supplier of multiple streams, not a single stream. This looks pretty hacky, but works without creating intermediate structures (so you can insert an element at some...
At that point it may be better to use the original approach of ```java final Spliterator spliterator = stream.spliterator(); final Iterator iterator = Spliterators.iterator(spliterator); ``` because I think `Spliterator` is...
That's annoying that we can't reuse the iterator after the stream's limit is reached
Hi @lor6, I think the article still needs a minor update. It says > In this case, since the stream is not consumed greedily, it is still partially lazy The...
Disabling threaded video worked for my Pixel 6 running GrapheneOS version [TP1A.221005.002.2022102300](https://github.com/GrapheneOS/platform_manifest/releases/tag/TP1A.221005.002.2022102300) (Android 13). Thank you for finding the workaround!!