A - The type of tree valuesT - The type of threaded context values@FunctionalInterface public interface JOTreeNodeForEachFunctionType<A,T>
| Modifier and Type | Method and Description |
|---|---|
void |
apply(T input,
int depth,
JOTreeNodeReadableType<A> node)
Visit a value in the tree.
|
void apply(T input, int depth, JOTreeNodeReadableType<A> node)
input - The context value passed to the traversaldepth - The depth of node relative to the starting node of the
traversalnode - The current nodeCopyright © 2016 <code@io7m.com> http://io7m.com