<@U092N7GGG> would know better, but I think this i...
# announcements
s
@yole would know better, but I think this is about the best you can do:
Copy code
myCollection.parallelStream()
        .map { ... }
        .filter { ... }
👍 2