Uses of Interface
jfun.yan.Map4

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

Uses of Map4 in jfun.yan
 

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