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