Nikky
val filtered = allStrings.filtered { !it.filtered } val String.filtered: Boolean get() { return !this.contains(searchText.get()) }