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

All Superinterfaces:
Visitor
All Known Implementing Classes:
AdaptorVisitor
Enclosing class:
ApplyBinary<T1,T2>

public static interface ApplyBinary.Visitor
extends Visitor

Interface for classes that may interpret an ApplyBinary predicate.


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

Method Detail

visit

void visit(ApplyBinary<?,?> host)


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