T - type of object to be visitedR - type of value the visitor should return as the result of the visit/traversal@FunctionalInterface public interface IVisitor<T,R>
| Modifier and Type | Method and Description |
|---|---|
void |
component(T object,
IVisit<R> visit)
Called at each object in a visit.
|
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.