scalaz

Unapply_1

trait Unapply_1 extends Unapply_2

Source
Unapply.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Unapply_1
  2. Unapply_2
  3. Unapply_3
  4. Unapply_4
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  18. def toString(): String

    Definition Classes
    AnyRef → Any
  19. implicit def unapplyA[TC[_[_]], A0](implicit TC0: TC[[α]A0]): Unapply[TC, A0] { ... /* 2 definitions in type refinement */ }

    Definition Classes
    Unapply_4
  20. implicit def unapplyMABC3[TC[_[_]], M0[_, _, _], A0, B0, C0](implicit TC0: TC[[α]M0[A0, B0, α]]): Unapply[TC, M0[A0, B0, C0]] { ... /* 2 definitions in type refinement */ }

    Unpack a value of type M0[A0, B0, C0] into types [c]M0[A0, B0, c] and C0, given an instance of TC

  21. implicit def unapplyMABCD4[TC[_[_]], M0[_, _, _, _], A0, B0, C0, D0](implicit TC0: TC[[α]M0[A0, B0, C0, α]]): Unapply[TC, M0[A0, B0, C0, D0]] { ... /* 2 definitions in type refinement */ }

    Unpack a value of type M0[A0, B0, C0, D0] into types [d]M0[A0, B0, C0, d] and D0, given an instance of TC

  22. implicit def unapplyMABCDE5[TC[_[_]], M0[_, _, _, _, _], A0, B0, C0, D0, E0](implicit TC0: TC[[α]M0[A0, B0, C0, D0, α]]): Unapply[TC, M0[A0, B0, C0, D0, E0]] { ... /* 2 definitions in type refinement */ }

    Unpack a value of type M0[A0, B0, C0, D0, E0] into types [e]M0[A0, B0, C0, D0, e] and E0, given an instance of TC

  23. implicit def unapplyMABCDEF6[TC[_[_]], M0[_, _, _, _, _, _], A0, B0, C0, D0, E0, F0](implicit TC0: TC[[α]M0[A0, B0, C0, D0, E0, α]]): Unapply[TC, M0[A0, B0, C0, D0, E0, F0]] { ... /* 2 definitions in type refinement */ }

    Unpack a value of type M0[A0, B0, C0, D0, E0, F0] into types [f]M0[A0, B0, C0, D0, E0, f] and F0, given an instance of TC

  24. implicit def unapplyMABCDEFG7[TC[_[_]], M0[_, _, _, _, _, _, _], A0, B0, C0, D0, E0, F0, G0](implicit TC0: TC[[α]M0[A0, B0, C0, D0, E0, F0, α]]): Unapply[TC, M0[A0, B0, C0, D0, E0, F0, G0]] { ... /* 2 definitions in type refinement */ }

    Unpack a value of type M0[A0, B0, C0, D0, E0, F0, G0] into types [g]M0[A0, B0, C0, D0, E0, F0, g] and G0, given an instance of TC

  25. implicit def unapplyMFAB1[TC[_[_]], F[_], M0[F[_], _, _], A0, B0](implicit TC0: TC[[α]M0[F, α, B0]]): Unapply[TC, M0[F, A0, B0]] { ... /* 2 definitions in type refinement */ }

    Unpack a value of type M0[F[_], A0, B0] into types [a]M0[F, a, B0] and A0, given an instance of TC

    Unpack a value of type M0[F[_], A0, B0] into types [a]M0[F, a, B0] and A0, given an instance of TC

    Definition Classes
    Unapply_2
  26. implicit def unapplyMFAB2[TC[_[_]], F[_], M0[F[_], _, _], A0, B0](implicit TC0: TC[[β]M0[F, A0, β]]): Unapply[TC, M0[F, A0, B0]] { ... /* 2 definitions in type refinement */ }

    Unpack a value of type M0[F[_], A0, B0] into types [b]M0[F, A0, b] and B0, given an instance of TC

    Unpack a value of type M0[F[_], A0, B0] into types [b]M0[F, A0, b] and B0, given an instance of TC

    Definition Classes
    Unapply_2
  27. implicit def unapplyMFABC1and2[TC[_[_]], F[_], M0[F[_], _, _, _], A0, B0](implicit TC0: TC[[α]M0[F, α, α, B0]]): Unapply[TC, M0[F, A0, A0, B0]] { ... /* 2 definitions in type refinement */ }

    Unpack a value of type M0[F[_], A0, A0, B0] into types [a]M0[F, a, a, B0] and A0, given an instance of TC

    Unpack a value of type M0[F[_], A0, A0, B0] into types [a]M0[F, a, a, B0] and A0, given an instance of TC

    Definition Classes
    Unapply_3
  28. implicit def unapplyMFABC3[TC[_[_]], F[_], M0[F[_], _, _, _], A0, B0, C0](implicit TC0: TC[[ɣ]M0[F, A0, B0, ɣ]]): Unapply[TC, M0[F, A0, B0, C0]] { ... /* 2 definitions in type refinement */ }

    Unpack a value of type M0[F[_], A0, B0, C0] into types [c]M0[F, A0, B0, c] and C0, given an instance of TC

    Unpack a value of type M0[F[_], A0, B0, C0] into types [c]M0[F, A0, B0, c] and C0, given an instance of TC

    Definition Classes
    Unapply_3
  29. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Unapply_2

Inherited from Unapply_3

Inherited from Unapply_4

Inherited from AnyRef

Inherited from Any

Ungrouped