net.sf.jga.fn.logical
Interface Any.Visitor

All Superinterfaces:
Visitor
All Known Implementing Classes:
AdaptorVisitor
Enclosing class:
Any<T>

public static interface Any.Visitor
extends Visitor

Interface for classes that may interpret an Any predicate.


Method Summary
 void visit(Any<?> host)
           
 
Methods inherited from interface net.sf.jga.fn.Visitor
visit
 

Method Detail

visit

void visit(Any<?> host)


Copyright © 2002-2006 David A. Hall. All Rights Reserved.