.any { }
.none { }
.all { } #Vacuous truth
.windowed
.flatMap { }
.zipWithNext
.reduce
.fold
.reduceRight
.foldRight
.runningFold
.runningReduce

From Kotlin by JetBrains Video