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

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

public static interface ForEach.Visitor
extends Visitor

Interface for classes that may interpret an ForEach functor.


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

Method Detail

visit

void visit(ForEach host)


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