Uses of Interface
jfun.yan.Map2

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

Uses of Map2 in jfun.yan
 

Methods in jfun.yan with parameters of type Map2
static
<A,B,R> Component<R>
Monad.map(Creator<A> c1, Creator<B> c2, Map2<A,B,R> m)
          Creates a Component object which takes instances created from two other Creator object and transforms them to a new Object.