Uses of Interface
jfun.yan.Map3

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

Uses of Map3 in jfun.yan
 

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