filterNot

fun <K, V> KStream<K, V>.filterNot(name: String, predicate: (K, V) -> Boolean): KStream<K, V>

See also