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

All Superinterfaces:
Visitor
Enclosing class:
Project2nd<T1,T2>

public static interface Project2nd.Visitor
extends Visitor

Interface for classes that may interpret an Project2nd functor.


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

Method Detail

visit

void visit(Project2nd host)


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