zoltu
takeWhile
mySequence .withIndex() .takeWhile { only check when index is 1 } .map { it.value } ...