zoltu
mySequence .takeWhile { condition that when false will stop iterating the entire sequence } .map { ... } .filter { ... }