net.sf.jga.fn.algorithm
Interface TransformUnary.Visitor

All Superinterfaces:
Visitor
Enclosing class:
TransformUnary<T,R>

public static interface TransformUnary.Visitor
extends Visitor

Interface for classes that may interpret an TransformUnary functor.


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

Method Detail

visit

void visit(TransformUnary host)


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