← Back to context Comment by pavlov 12 hours ago Maybe those two could be filter_for (the “where” case) and filter_out. 1 comment pavlov Reply listenallyall 7 hours ago Kotlin has filter and filterNot (it also has separate "reduce" and "fold" functions, dependingon whether you want to specify an initial accumulator value or not)
listenallyall 7 hours ago Kotlin has filter and filterNot (it also has separate "reduce" and "fold" functions, dependingon whether you want to specify an initial accumulator value or not)
Kotlin has filter and filterNot (it also has separate "reduce" and "fold" functions, dependingon whether you want to specify an initial accumulator value or not)