Uses of Class
beanface.el.functor.Functor

Packages that use Functor
beanface.el.functor   
 

Uses of Functor in beanface.el.functor
 

Methods in beanface.el.functor that return Functor
 Functor<T> FunctorStub.getFunctorParamZero(javax.el.ELContext context)
           
 Functor<T> Functor.getPreceding()
          The functor state before the current parameter was applied.
 

Constructors in beanface.el.functor with parameters of type Functor
Functor(javax.el.ELContext context, FunctorStub<T> functor, Functor<T> preceding, java.lang.Object param)
          Construct a functor by applying new parameter to a previous functor.