case classBottomUpStackSafe[T <: TreeNode[T]](partial: PartialFunction[T, T])(implicit evidence$1: ClassTag[T]) extends TreeTransformer[T, T] with SameTypeTransformerStackSafe[T] with Product with Serializable
Applies the given partial function starting from the leafs of this tree.
Applies the given partial function starting from the leafs of this tree.
This is a stack-safe version of BottomUp.