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

All Superinterfaces:
Visitor
All Known Implementing Classes:
AdaptorVisitor
Enclosing class:
GenerateUnary<T,R>

public static interface GenerateUnary.Visitor
extends Visitor

Interface for classes that may interpret a GenerateUnary functor.


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

Method Detail

visit

void visit(GenerateUnary<?,?> host)


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