Zippable

Companion:
class
class Object
trait Matchable
class Any

Type members

Types

type Out[-A, -B, C] = Zippable[A, B] { type Out = C; }

Implicits

Implicits

implicit def Zippable10[A, B, C, D, E, F, G, H, I, Z]: Out[(A, B, C, D, E, F, G, H, I), Z, (A, B, C, D, E, F, G, H, I, Z)]
implicit def Zippable11[A, B, C, D, E, F, G, H, I, J, Z]: Out[(A, B, C, D, E, F, G, H, I, J), Z, (A, B, C, D, E, F, G, H, I, J, Z)]
implicit def Zippable12[A, B, C, D, E, F, G, H, I, J, K, Z]: Out[(A, B, C, D, E, F, G, H, I, J, K), Z, (A, B, C, D, E, F, G, H, I, J, K, Z)]
implicit def Zippable13[A, B, C, D, E, F, G, H, I, J, K, L, Z]: Out[(A, B, C, D, E, F, G, H, I, J, K, L), Z, (A, B, C, D, E, F, G, H, I, J, K, L, Z)]
implicit def Zippable14[A, B, C, D, E, F, G, H, I, J, K, L, M, Z]: Out[(A, B, C, D, E, F, G, H, I, J, K, L, M), Z, (A, B, C, D, E, F, G, H, I, J, K, L, M, Z)]
implicit def Zippable15[A, B, C, D, E, F, G, H, I, J, K, L, M, N, Z]: Out[(A, B, C, D, E, F, G, H, I, J, K, L, M, N), Z, (A, B, C, D, E, F, G, H, I, J, K, L, M, N, Z)]
implicit def Zippable16[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, Z]: Out[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O), Z, (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, Z)]
implicit def Zippable17[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Z]: Out[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P), Z, (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Z)]
implicit def Zippable18[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, Z]: Out[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q), Z, (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, Z)]
implicit def Zippable19[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, Z]: Out[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R), Z, (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, Z)]
implicit def Zippable20[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, Z]: Out[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S), Z, (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, Z)]
implicit def Zippable21[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, Z]: Out[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T), Z, (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, Z)]
implicit def Zippable22[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, Z]: Out[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U), Z, (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, Z)]
implicit def Zippable3[A, B, Z]: Out[(A, B), Z, (A, B, Z)]
implicit def Zippable4[A, B, C, Z]: Out[(A, B, C), Z, (A, B, C, Z)]
implicit def Zippable5[A, B, C, D, Z]: Out[(A, B, C, D), Z, (A, B, C, D, Z)]
implicit def Zippable6[A, B, C, D, E, Z]: Out[(A, B, C, D, E), Z, (A, B, C, D, E, Z)]
implicit def Zippable7[A, B, C, D, E, F, Z]: Out[(A, B, C, D, E, F), Z, (A, B, C, D, E, F, Z)]
implicit def Zippable8[A, B, C, D, E, F, G, Z]: Out[(A, B, C, D, E, F, G), Z, (A, B, C, D, E, F, G, Z)]
implicit def Zippable9[A, B, C, D, E, F, G, H, Z]: Out[(A, B, C, D, E, F, G, H), Z, (A, B, C, D, E, F, G, H, Z)]

Inherited implicits

implicit def Zippable2[A, B]: Out[A, B, (A, B)]
Inherited from:
ZippableLowPriority