org.qi4j.functional
Interface Visitable<T>


public interface Visitable<T>

Interface that visitable objects should implement.


Method Summary
<ThrowableType extends java.lang.Throwable>
boolean
accept(Visitor<? super T,ThrowableType> visitor)
           
 

Method Detail

accept

<ThrowableType extends java.lang.Throwable> boolean accept(Visitor<? super T,ThrowableType> visitor)
               throws ThrowableType extends java.lang.Throwable
Throws:
ThrowableType extends java.lang.Throwable