T
- The type of data in the tree.public interface ConsumableTree<T>
Modifier and Type | Method and Description |
---|---|
void |
visitTree(Consumer<? super T> visitor)
Recursively visit all nodes with the lambda.
|
Copyright © 2020 Eclipse Foundation. All rights reserved.