object Zipper extends ZipperLowPriority1
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Zipper
- ZipperLowPriority1
- ZipperLowPriority2
- ZipperLowPriority3
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type WithOut[A, B, C] = Zipper[A, B] { type Out = C }
- case class ZipperLeftIdentity[A]() extends Zipper[Unit, A] with Product with Serializable
- case class ZipperRightIdentity[A]() extends Zipper[A, Unit] with Product with Serializable
- Definition Classes
- ZipperLowPriority1
- case class Zipper10[A, B, C, D, E, F, G, H, I, Z]() extends Zipper[(A, B, C, D, E, F, G, H, I), Z] with Product with Serializable
- Definition Classes
- ZipperLowPriority2
- case class Zipper11[A, B, C, D, E, F, G, H, I, J, Z]() extends Zipper[(A, B, C, D, E, F, G, H, I, J), Z] with Product with Serializable
- Definition Classes
- ZipperLowPriority2
- case class Zipper12[A, B, C, D, E, F, G, H, I, J, K, Z]() extends Zipper[(A, B, C, D, E, F, G, H, I, J, K), Z] with Product with Serializable
- Definition Classes
- ZipperLowPriority2
- case class Zipper13[A, B, C, D, E, F, G, H, I, J, K, L, Z]() extends Zipper[(A, B, C, D, E, F, G, H, I, J, K, L), Z] with Product with Serializable
- Definition Classes
- ZipperLowPriority2
- case class Zipper14[A, B, C, D, E, F, G, H, I, J, K, L, M, Z]() extends Zipper[(A, B, C, D, E, F, G, H, I, J, K, L, M), Z] with Product with Serializable
- Definition Classes
- ZipperLowPriority2
- case class Zipper15[A, B, C, D, E, F, G, H, I, J, K, L, M, N, Z]() extends Zipper[(A, B, C, D, E, F, G, H, I, J, K, L, M, N), Z] with Product with Serializable
- Definition Classes
- ZipperLowPriority2
- case class Zipper16[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, Z]() extends Zipper[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O), Z] with Product with Serializable
- Definition Classes
- ZipperLowPriority2
- case class Zipper17[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Z]() extends Zipper[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P), Z] with Product with Serializable
- Definition Classes
- ZipperLowPriority2
- case class Zipper18[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, Z]() extends Zipper[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q), Z] with Product with Serializable
- Definition Classes
- ZipperLowPriority2
- case class Zipper19[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, Z]() extends Zipper[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R), Z] with Product with Serializable
- Definition Classes
- ZipperLowPriority2
- case class Zipper20[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, Z]() extends Zipper[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S), Z] with Product with Serializable
- Definition Classes
- ZipperLowPriority2
- case class Zipper21[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, Z]() extends Zipper[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T), Z] with Product with Serializable
- Definition Classes
- ZipperLowPriority2
- case class Zipper22[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, Z]() extends Zipper[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U), Z] with Product with Serializable
- Definition Classes
- ZipperLowPriority2
- case class Zipper3[A, B, Z]() extends Zipper[(A, B), Z] with Product with Serializable
- Definition Classes
- ZipperLowPriority2
- case class Zipper4[A, B, C, Z]() extends Zipper[(A, B, C), Z] with Product with Serializable
- Definition Classes
- ZipperLowPriority2
- case class Zipper5[A, B, C, D, Z]() extends Zipper[(A, B, C, D), Z] with Product with Serializable
- Definition Classes
- ZipperLowPriority2
- case class Zipper6[A, B, C, D, E, Z]() extends Zipper[(A, B, C, D, E), Z] with Product with Serializable
- Definition Classes
- ZipperLowPriority2
- case class Zipper7[A, B, C, D, E, F, Z]() extends Zipper[(A, B, C, D, E, F), Z] with Product with Serializable
- Definition Classes
- ZipperLowPriority2
- case class Zipper8[A, B, C, D, E, F, G, Z]() extends Zipper[(A, B, C, D, E, F, G), Z] with Product with Serializable
- Definition Classes
- ZipperLowPriority2
- case class Zipper9[A, B, C, D, E, F, G, H, Z]() extends Zipper[(A, B, C, D, E, F, G, H), Z] with Product with Serializable
- Definition Classes
- ZipperLowPriority2
- case class Zipper2[A, B]() extends Zipper[A, B] with Product with Serializable
- Definition Classes
- ZipperLowPriority3
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit def schema[A, B, C]: Schema[WithOut[A, B, C]]
- lazy val schemaAny: Schema[WithOut[Any, Any, Any]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- implicit def zipper10[A, B, C, D, E, F, G, H, I, Z]: WithOut[(A, B, C, D, E, F, G, H, I), Z, (A, B, C, D, E, F, G, H, I, Z)]
- Definition Classes
- ZipperLowPriority2
- def zipper10SchemaCase[A, B, C]: Case[WithOut[A, B, C], Zipper10[Any, Any, Any, Any, Any, Any, Any, Any, Any, Any]]
- implicit def zipper11[A, B, C, D, E, F, G, H, I, J, Z]: WithOut[(A, B, C, D, E, F, G, H, I, J), Z, (A, B, C, D, E, F, G, H, I, J, Z)]
- Definition Classes
- ZipperLowPriority2
- def zipper11SchemaCase[A, B, C]: Case[WithOut[A, B, C], Zipper11[Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any]]
- implicit def zipper12[A, B, C, D, E, F, G, H, I, J, K, Z]: WithOut[(A, B, C, D, E, F, G, H, I, J, K), Z, (A, B, C, D, E, F, G, H, I, J, K, Z)]
- Definition Classes
- ZipperLowPriority2
- def zipper12SchemaCase[A, B, C]: Case[WithOut[A, B, C], Zipper12[Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any]]
- implicit def zipper13[A, B, C, D, E, F, G, H, I, J, K, L, Z]: WithOut[(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)]
- Definition Classes
- ZipperLowPriority2
- def zipper13SchemaCase[A, B, C]: Case[WithOut[A, B, C], Zipper13[Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any]]
- implicit def zipper14[A, B, C, D, E, F, G, H, I, J, K, L, M, Z]: WithOut[(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)]
- Definition Classes
- ZipperLowPriority2
- def zipper14SchemaCase[A, B, C]: Case[WithOut[A, B, C], Zipper14[Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any]]
- implicit def zipper15[A, B, C, D, E, F, G, H, I, J, K, L, M, N, Z]: WithOut[(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)]
- Definition Classes
- ZipperLowPriority2
- def zipper15SchemaCase[A, B, C]: Case[WithOut[A, B, C], Zipper15[Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any]]
- implicit def zipper16[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, Z]: WithOut[(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)]
- Definition Classes
- ZipperLowPriority2
- def zipper16SchemaCase[A, B, C]: Case[WithOut[A, B, C], Zipper16[Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any]]
- implicit def zipper17[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Z]: WithOut[(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)]
- Definition Classes
- ZipperLowPriority2
- def zipper17SchemaCase[A, B, C]: Case[WithOut[A, B, C], Zipper17[Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any]]
- implicit def zipper18[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, Z]: WithOut[(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)]
- Definition Classes
- ZipperLowPriority2
- def zipper18SchemaCase[A, B, C]: Case[WithOut[A, B, C], Zipper18[Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any]]
- implicit def zipper19[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, Z]: WithOut[(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)]
- Definition Classes
- ZipperLowPriority2
- def zipper19SchemaCase[A, B, C]: Case[WithOut[A, B, C], Zipper19[Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any]]
- implicit def zipper2[A, B]: WithOut[A, B, (A, B)]
- Definition Classes
- ZipperLowPriority3
- implicit def zipper20[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, Z]: WithOut[(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)]
- Definition Classes
- ZipperLowPriority2
- def zipper20SchemaCase[A, B, C]: Case[WithOut[A, B, C], Zipper20[Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any]]
- implicit def zipper21[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, Z]: WithOut[(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)]
- Definition Classes
- ZipperLowPriority2
- def zipper21SchemaCase[A, B, C]: Case[WithOut[A, B, C], Zipper21[Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any]]
- implicit def zipper22[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, Z]: WithOut[(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)]
- Definition Classes
- ZipperLowPriority2
- def zipper22SchemaCase[A, B, C]: Case[WithOut[A, B, C], Zipper22[Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any]]
- def zipper2SchemaCase[A, B, C]: Case[WithOut[A, B, C], Zipper2[Any, Any]]
- implicit def zipper3[A, B, Z]: WithOut[(A, B), Z, (A, B, Z)]
- Definition Classes
- ZipperLowPriority2
- def zipper3SchemaCase[A, B, C]: Case[WithOut[A, B, C], Zipper3[Any, Any, Any]]
- implicit def zipper4[A, B, C, Z]: WithOut[(A, B, C), Z, (A, B, C, Z)]
- Definition Classes
- ZipperLowPriority2
- def zipper4SchemaCase[A, B, C]: Case[WithOut[A, B, C], Zipper4[Any, Any, Any, Any]]
- implicit def zipper5[A, B, C, D, Z]: WithOut[(A, B, C, D), Z, (A, B, C, D, Z)]
- Definition Classes
- ZipperLowPriority2
- def zipper5SchemaCase[A, B, C]: Case[WithOut[A, B, C], Zipper5[Any, Any, Any, Any, Any]]
- implicit def zipper6[A, B, C, D, E, Z]: WithOut[(A, B, C, D, E), Z, (A, B, C, D, E, Z)]
- Definition Classes
- ZipperLowPriority2
- def zipper6SchemaCase[A, B, C]: Case[WithOut[A, B, C], Zipper6[Any, Any, Any, Any, Any, Any]]
- implicit def zipper7[A, B, C, D, E, F, Z]: WithOut[(A, B, C, D, E, F), Z, (A, B, C, D, E, F, Z)]
- Definition Classes
- ZipperLowPriority2
- def zipper7SchemaCase[A, B, C]: Case[WithOut[A, B, C], Zipper7[Any, Any, Any, Any, Any, Any, Any]]
- implicit def zipper8[A, B, C, D, E, F, G, Z]: WithOut[(A, B, C, D, E, F, G), Z, (A, B, C, D, E, F, G, Z)]
- Definition Classes
- ZipperLowPriority2
- def zipper8SchemaCase[A, B, C]: Case[WithOut[A, B, C], Zipper8[Any, Any, Any, Any, Any, Any, Any, Any]]
- implicit def zipper9[A, B, C, D, E, F, G, H, Z]: WithOut[(A, B, C, D, E, F, G, H), Z, (A, B, C, D, E, F, G, H, Z)]
- Definition Classes
- ZipperLowPriority2
- def zipper9SchemaCase[A, B, C]: Case[WithOut[A, B, C], Zipper9[Any, Any, Any, Any, Any, Any, Any, Any, Any]]
- implicit def zipperLeftIdentity[A]: WithOut[Unit, A, A]
- def zipperLeftIdentitySchemaCase[A, B, C]: Case[WithOut[A, B, C], ZipperLeftIdentity[Any]]
- implicit def zipperRightIdentity[A]: WithOut[A, Unit, A]
- Definition Classes
- ZipperLowPriority1
- def zipperRightIdentitySchemaCase[A, B, C]: Case[WithOut[A, B, C], ZipperRightIdentity[Any]]