filterNot

fun <K, V> KTable<K, V>.filterNot(name: String? = null, materialized: Materialized<K, V, KeyValueStore<Bytes, ByteArray>>? = null, predicate: (K, V) -> Boolean): KTable<K, V>

See also