transformChildren<A> abstract method
Transforms children of this node by invoking transformer with the
argument arg.
Implementation
void transformChildren<A>(Transformer<A> transformer, A arg);
Transforms children of this node by invoking transformer with the
argument arg.
void transformChildren<A>(Transformer<A> transformer, A arg);