tableJoined

fun <Key, otherKey> tableJoined(    name: String? = null,     partitioner: StreamPartitioner<Key, Void>? = null,     otherPartitioner: StreamPartitioner<otherKey, Void>? = null): TableJoined<Key, otherKey>

See also