net.sf.jga.fn.adaptor
Interface ApplyUnary.Visitor

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

public static interface ApplyUnary.Visitor
extends Visitor

Interface for classes that may interpret an ApplyUnary predicate.


Method Summary
 void visit(ApplyUnary host)
           
 
Methods inherited from interface net.sf.jga.fn.Visitor
visit
 

Method Detail

visit

void visit(ApplyUnary host)


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