Object/Trait

scalaz

UnapplyProduct

Related Docs: trait UnapplyProduct | package scalaz

Permalink

object UnapplyProduct

Source
Unapply.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnapplyProduct
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class SingletonOf[T, U <: AnyRef { ... /* 2 definitions in type refinement */ }](widen: T { ... /* 2 definitions in type refinement */ }) extends Product with Serializable

    Permalink

    This is a workaround that allows us to approximate multiple implicit parameter sections (which Scala does not currently support).

    This is a workaround that allows us to approximate multiple implicit parameter sections (which Scala does not currently support). See this gist by Miles Sabin for the original context:

    https://gist.github.com/milessabin/cadd73b7756fe4097ca0

    The key idea is that we can use an intermediate type to capture the type members of the two Unapply instances in such a way that we can refer to them in the implicit parameter list.

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. object SingletonOf extends Serializable

    Permalink
  5. def apply[TC[_[_]], MA, MB](implicit U: UnapplyProduct[TC, MA, MB]): U.type { ... /* 3 definitions in type refinement */ }

    Permalink

    Fetch a well-typed UnapplyProduct for the given typeclass and types.

  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  18. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  19. implicit def unapply[TC[_[_]], MA0, MB0, U1 <: AnyRef { ... /* 2 definitions in type refinement */ }, U2 <: AnyRef { ... /* 2 definitions in type refinement */ }](implicit sU1: SingletonOf[Unapply[TC, MA0], U1], sU2: SingletonOf[Unapply[TC, MB0], U2], iso: Isomorphism.<~>[UnapplyProduct.unapply.U1.M, UnapplyProduct.unapply.U2.M]): UnapplyProduct[TC, MA0, MB0] { ... /* 3 definitions in type refinement */ }

    Permalink
  20. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped