case classTransformChildren[I <: TreeNode[I], O](node: I, transformedChildren: List[O] = List.empty[O]) extends TreeOperation[I, O] with Product with Serializable
Represents a child transformation operation during off-stack transformations.
Linear Supertypes
Serializable, Serializable, Product, Equals, TreeOperation[I, O], AnyRef, Any
Ordering
Alphabetic
By Inheritance
Inherited
TransformChildren
Serializable
Serializable
Product
Equals
TreeOperation
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
newTransformChildren(node: I, transformedChildren: List[O] = List.empty[O])
Represents a child transformation operation during off-stack transformations.