Uses of Interface
jfun.yan.Map5

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

Uses of Map5 in jfun.yan
 

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