Uses of Interface
jfun.yan.Map

Packages that use Map
jfun.yan Basic component combinators and containers. 
 

Uses of Map in jfun.yan
 

Methods in jfun.yan with parameters of type Map
static
<From,To> Component<To>
Monad.map(Creator<From> cc, Map<From,To> m)
          Customizes a Component object so that upon creation, the new Component object transforms the result component instance to another instance.
<To> Component<To>
Component.map(Map<T,To> m)
          Create a new Component that upon creation, transforms the component instance to another instance.