https://kotlinlang.org logo
g

gaetan

02/09/2017, 1:52 PM
@elizarov It took me some time to understand the prime number sample. Maybe having just a small line to show the pipeline could help:
Copy code
numbers -> filter(2) -> filter(3) -> filter(5) -> filter(7) ...
👍 1
👌 1