org.qi4j.functional
Interface VisitableHierarchy<NODE,LEAF>

All Known Subinterfaces:
ApplicationDescriptor

public interface VisitableHierarchy<NODE,LEAF>

Interface that visitable hierarchies of objects should implement.


Method Summary
<ThrowableType extends java.lang.Throwable>
boolean
accept(HierarchicalVisitor<? super NODE,? super LEAF,ThrowableType> visitor)
           
 

Method Detail

accept

<ThrowableType extends java.lang.Throwable> boolean accept(HierarchicalVisitor<? super NODE,? super LEAF,ThrowableType> visitor)
               throws ThrowableType extends java.lang.Throwable
Throws:
ThrowableType extends java.lang.Throwable