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

All Superinterfaces:
Visitor
All Known Implementing Classes:
AdaptorVisitor
Enclosing class:
ComposeUnary<T,F1,F2,R>

public static interface ComposeUnary.Visitor
extends Visitor

Interface for classes that may interpret a ComposeUnary functor.


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

Method Detail

visit

void visit(ComposeUnary<?,?,?,?> host)


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