- Enclosing interface:
- Products
public static final class Products.P6<F extends K1,T1,T2,T3,T4,T5,T6>
extends Object
-
Constructor Summary
Constructors
P6(App<F,T1> t1,
App<F,T2> t2,
App<F,T3> t3,
App<F,T4> t4,
App<F,T5> t5,
App<F,T6> t6)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
P6
public P6(App<F,T1> t1,
App<F,T2> t2,
App<F,T3> t3,
App<F,T4> t4,
App<F,T5> t5,
App<F,T6> t6)
-
Method Details
-
-
-
-
-
-
-
-
and
public <T7,
T8>
Products.P8<F,T1,T2,T3,T4,T5,T6,T7,T8> and(Products.P2<F,T7,T8> p)
-
-
apply
public <R> App<F,R> apply(Applicative<F,?> instance,
App<F,Function6<T1,T2,T3,T4,T5,T6,R>> function)