scalafix.internal.rule.DisableUnless
Searches for specific nodes in Tree and adds result of searching to the list. Also passes context through tree traversal. fn can either return a value. that stops the searching, or change the context.
Searches for specific nodes in Tree and adds result of searching to the list. Also passes context through tree traversal. fn can either return a value. that stops the searching, or change the context.