Packages

c

scalaz.Tag

TagOf

final class TagOf[T] extends ~>[Id.Id, [α$0$]TagModule.@@[α$0$, T]]

Source
Tag.scala
See also

Tag.of

Linear Supertypes
NaturalTransformation[Id.Id, [α$0$]TagModule.@@[α$0$, T]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TagOf
  2. NaturalTransformation
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def andThen[H[_]](f: ~>[[α$0$]TagModule.@@[α$0$, T], H]): ~>[Id.Id, H]
    Definition Classes
    NaturalTransformation
  5. def apply[A](a: A): @@[A, T]

    Like Tag.apply, but specify only the T.

    Like Tag.apply, but specify only the T.

    Definition Classes
    TagOfNaturalTransformation
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def compose[E[_]](f: ~>[E, Id.Id]): ~>[E, [α$0$]TagModule.@@[α$0$, T]]
    Definition Classes
    NaturalTransformation
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. def onContra[FA](fa: FA)(implicit U: Unapply[Contravariant, FA]): M[@@[A, T]]

    One variant of subst with different inference.

  19. def onCov[FA](fa: FA)(implicit U: Unapply[Functor, FA]): M[@@[A, T]]

    One variant of subst with different inference.

  20. def onF[A, B](fa: (A) ⇒ B): (A) ⇒ @@[B, T]

    Tag fa's return type.

    Tag fa's return type. Allows inference of A to "flow through" from the enclosing context.

  21. def subst[F[_], A](fa: F[A]): F[@@[A, T]]

    Like Tag.subst, but specify only the T.

  22. def subst1[F[_[_]], G[_]](fa: F[G]): F[[α]TagModule.@@[G[α], T]]

    Like Tag.subst1, but specify only the T.

  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. def unapply[A](a: @@[A, T]): Option[A]

    Pattern match on a tagged value

  26. def unsubst[F[_], A](fa: F[@@[A, T]]): F[A]

    Like Tag.unsubst, but specify only the T.

  27. def unsubst1[G[_], F[_[_]]](fa: F[[α]TagModule.@@[G[α], T]]): F[G]

    Like Tag.unsubst1, but specify only the T.

  28. def unwrap[A](a: @@[A, T]): A

    Like Tag.unwrap, but specify only the T.

  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( ... ) @native()

Inherited from NaturalTransformation[Id.Id, [α$0$]TagModule.@@[α$0$, T]]

Inherited from AnyRef

Inherited from Any

Ungrouped