walkDescendantsBreadthFirst

open fun <N> walkDescendantsBreadthFirst(node: Node, clazz: Class<N>): Stream<N>
open fun walkDescendantsBreadthFirst(node: Node, consumer: Consumer<Node>)
open fun <N> walkDescendantsBreadthFirst(node: Node, clazz: Class<N>, consumer: Consumer<Node>)