object Zipper extends ZipperLowPriority1

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Zipper
  2. ZipperLowPriority1
  3. ZipperLowPriority2
  4. ZipperLowPriority3
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type WithOut[A, B, C] = Zipper[A, B] { type Out = C }
  2. case class ZipperLeftIdentity[A]() extends Zipper[Unit, A] with Product with Serializable
  3. case class ZipperRightIdentity[A]() extends Zipper[A, Unit] with Product with Serializable
    Definition Classes
    ZipperLowPriority1
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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
  13. 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
  14. 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
  15. 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
  16. 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
  17. case class Zipper3[A, B, Z]() extends Zipper[(A, B), Z] with Product with Serializable
    Definition Classes
    ZipperLowPriority2
  18. case class Zipper4[A, B, C, Z]() extends Zipper[(A, B, C), Z] with Product with Serializable
    Definition Classes
    ZipperLowPriority2
  19. case class Zipper5[A, B, C, D, Z]() extends Zipper[(A, B, C, D), Z] with Product with Serializable
    Definition Classes
    ZipperLowPriority2
  20. case class Zipper6[A, B, C, D, E, Z]() extends Zipper[(A, B, C, D, E), Z] with Product with Serializable
    Definition Classes
    ZipperLowPriority2
  21. 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
  22. 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
  23. 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
  24. case class Zipper2[A, B]() extends Zipper[A, B] with Product with Serializable
    Definition Classes
    ZipperLowPriority3

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. implicit def schema[A, B, C]: Schema[WithOut[A, B, C]]
  16. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  21. 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
  22. def zipper10SchemaCase[A, B, C]: Case[WithOut[A, B, C], Zipper10[Any, Any, Any, Any, Any, Any, Any, Any, Any, Any]]
  23. 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
  24. def zipper11SchemaCase[A, B, C]: Case[WithOut[A, B, C], Zipper11[Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any]]
  25. 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
  26. def zipper12SchemaCase[A, B, C]: Case[WithOut[A, B, C], Zipper12[Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any]]
  27. 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
  28. def zipper13SchemaCase[A, B, C]: Case[WithOut[A, B, C], Zipper13[Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any, Any]]
  29. 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
  30. 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]]
  31. 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
  32. 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]]
  33. 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
  34. 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]]
  35. 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
  36. 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]]
  37. 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
  38. 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]]
  39. 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
  40. 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]]
  41. implicit def zipper2[A, B]: WithOut[A, B, (A, B)]
    Definition Classes
    ZipperLowPriority3
  42. 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
  43. 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]]
  44. 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
  45. 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]]
  46. 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
  47. 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]]
  48. def zipper2SchemaCase[A, B, C]: Case[WithOut[A, B, C], Zipper2[Any, Any]]
  49. implicit def zipper3[A, B, Z]: WithOut[(A, B), Z, (A, B, Z)]
    Definition Classes
    ZipperLowPriority2
  50. def zipper3SchemaCase[A, B, C]: Case[WithOut[A, B, C], Zipper3[Any, Any, Any]]
  51. implicit def zipper4[A, B, C, Z]: WithOut[(A, B, C), Z, (A, B, C, Z)]
    Definition Classes
    ZipperLowPriority2
  52. def zipper4SchemaCase[A, B, C]: Case[WithOut[A, B, C], Zipper4[Any, Any, Any, Any]]
  53. implicit def zipper5[A, B, C, D, Z]: WithOut[(A, B, C, D), Z, (A, B, C, D, Z)]
    Definition Classes
    ZipperLowPriority2
  54. def zipper5SchemaCase[A, B, C]: Case[WithOut[A, B, C], Zipper5[Any, Any, Any, Any, Any]]
  55. 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
  56. def zipper6SchemaCase[A, B, C]: Case[WithOut[A, B, C], Zipper6[Any, Any, Any, Any, Any, Any]]
  57. 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
  58. def zipper7SchemaCase[A, B, C]: Case[WithOut[A, B, C], Zipper7[Any, Any, Any, Any, Any, Any, Any]]
  59. 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
  60. def zipper8SchemaCase[A, B, C]: Case[WithOut[A, B, C], Zipper8[Any, Any, Any, Any, Any, Any, Any, Any]]
  61. 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
  62. def zipper9SchemaCase[A, B, C]: Case[WithOut[A, B, C], Zipper9[Any, Any, Any, Any, Any, Any, Any, Any, Any]]
  63. implicit def zipperLeftIdentity[A]: WithOut[Unit, A, A]
  64. def zipperLeftIdentitySchemaCase[A, B, C]: Case[WithOut[A, B, C], ZipperLeftIdentity[Any]]
  65. implicit def zipperRightIdentity[A]: WithOut[A, Unit, A]
    Definition Classes
    ZipperLowPriority1
  66. def zipperRightIdentitySchemaCase[A, B, C]: Case[WithOut[A, B, C], ZipperRightIdentity[Any]]

Inherited from ZipperLowPriority1

Inherited from ZipperLowPriority2

Inherited from ZipperLowPriority3

Inherited from AnyRef

Inherited from Any

Ungrouped