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

All Superinterfaces:
Visitor
Enclosing class:
ConstantUnary<T,V>

public static interface ConstantUnary.Visitor
extends Visitor

Interface for classes that may interpret a ConstantUnary functor.


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

Method Detail

visit

void visit(ConstantUnary<?,?> host)


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