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

All Superinterfaces:
Visitor
Enclosing class:
ConstantBinary<T1,T2,V>

public static interface ConstantBinary.Visitor
extends Visitor

Interface for classes that may interpret a ConstantBinary functor.


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

Method Detail

visit

void visit(ConstantBinary<?,?,?> host)


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