Oh so operators don’t wait until the complete ‘list’ is done processing ? I thought sequences were just something lower level that weren’t really used. But they behave more like a stream then ?
k
karelpeeters
03/11/2019, 12:16 PM
Yes, they're pretty much Kotlin's version of Java's
Stream
without the parallel support.
b
bjonnh
03/11/2019, 4:05 PM
that would be great to have a parallel support though…