Constructor and Description |
---|
P7(F<T1> t1,
F<T2> t2,
F<T3> t3,
F<T4> t4,
F<T5> t5,
F<T6> t6,
F<T7> t7) |
Modifier and Type | Method and Description |
---|---|
<T8> Products.P8<F,T1,T2,T3,T4,T5,T6,T7,T8> |
and(F<T8> t8) |
<R> F<R> |
apply(Applicative F instance,
F<(T1,T2,T3,T4,T5,T6,T7) -> R> function) |
<R> F<R> |
apply(Applicative F instance,
(T1,T2,T3,T4,T5,T6,T7) -> R function) |
F<T1> |
t1() |
F<T2> |
t2() |
F<T3> |
t3() |
F<T4> |
t4() |
F<T5> |
t5() |
F<T6> |
t6() |
F<T7> |
t7() |