|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jga.fn.Functor<R> net.sf.jga.fn.adaptor.ComposeBinaryNth<R>
public class ComposeBinaryNth<R>
Functor that uses a Generator to produce the Nth argument to a given Functor. The generated result is inserted into the argument list given to this functor with the modified list being passed to the nested functor.
Copyright © 2009 David A. Hall
Nested Class Summary | |
---|---|
static interface |
ComposeBinaryNth.Visitor
Interface for classes that may interpret a Generate2nd functor. |
Constructor Summary | |
---|---|
ComposeBinaryNth(Functor<R> fn,
int idx,
BinaryFunctor<?,?,?> bf)
|
Method Summary | |
---|---|
void |
accept(Visitor v)
Calls the Visitor's visit(Generate2nd) method, if it
implements the nested Visitor interface. |
R |
eval(java.lang.Object... args)
Returns the results of the functor, using the nested generator to produce the Nth argument. |
BinaryFunctor<?,?,?> |
getBinaryFunctor()
Returns the generator that produces the indicated argument. |
Functor<R> |
getFunctor()
Returns the Functor that is invoked |
java.lang.String |
toString()
|
Methods inherited from class net.sf.jga.fn.Functor |
---|
bind0th, bindNth, composeNth, composeNth, generateNth |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ComposeBinaryNth(Functor<R> fn, int idx, BinaryFunctor<?,?,?> bf)
Method Detail |
---|
public Functor<R> getFunctor()
public BinaryFunctor<?,?,?> getBinaryFunctor()
public R eval(java.lang.Object... args)
eval
in class Functor<R>
public void accept(Visitor v)
visit(Generate2nd)
method, if it
implements the nested Visitor interface.
accept
in interface Visitable
accept
in class Functor<R>
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |