branch

fun <K, V> BranchedKStream<K, V>.branch(branched: Branched<K, V>, predicate: Predicate<K, V>): BranchedKStream<K, V>

See also