Coinjema
1.7

Uses of Class
org.coinjema.util.Functor

Packages that use Functor
org.coinjema.util   
 

Uses of Functor in org.coinjema.util
 

Subclasses of Functor in org.coinjema.util
 class DependencyFunctor<R>
           
 

Methods in org.coinjema.util that return Functor
 Functor<R> Functor.postChain(Functor<R> f)
          If a post chain is added to a functor, then the chained functor will be run on the resulting object of this functor.
 Functor<R> Functor.postChain(Object invokee, String methodName)
           
 Functor<R> Functor.postChain(String methodName)
           
 Functor<R> Functor.preChain(Functor<?> f)
          If a pre chain is added to a functor, then the chained functor will be run and the results passed into this functor to invoke on.
 Functor Functor.preChain(Object invokee, String methodName)
           
 Functor Functor.preChain(Object invokee, String methodName, Object... args)
           
 Functor Functor.preChain(String methodName)
           
 Functor Functor.preChain(String methodName, Object... args)
           
 

Methods in org.coinjema.util with parameters of type Functor
 void BaseDuckType.addMethod(Functor<?> f)
           
 void BaseDuckType.addMethod(String name, Functor iw)
           
 Functor<R> Functor.postChain(Functor<R> f)
          If a post chain is added to a functor, then the chained functor will be run on the resulting object of this functor.
 Functor<R> Functor.preChain(Functor<?> f)
          If a pre chain is added to a functor, then the chained functor will be run and the results passed into this functor to invoke on.
 


Coinjema
1.7

Public Domain Software.