Class

scalaz.Tag

TagOf

Related Doc: package Tag

Permalink

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

Source
Tag.scala
See also

Tag.of

Linear Supertypes
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

    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. def andThen[H[_]](f: ~>[[α$0$]TagKind.@@[α$0$, T], H]): ~>[Id.Id, H]

    Permalink
    Definition Classes
    NaturalTransformation
  5. def apply[A](a: A): @@[A, T]

    Permalink

    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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def compose[E[_]](f: ~>[E, Id.Id]): ~>[E, [α$0$]TagKind.@@[α$0$, T]]

    Permalink
    Definition Classes
    NaturalTransformation
  9. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  15. def narrow[FF[_]](implicit ev: <~~<[FF, Id.Id]): ~>[FF, [α$0$]TagKind.@@[α$0$, T]]

    Permalink
    Definition Classes
    NaturalTransformation
  16. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  19. def onContra[FA](fa: FA)(implicit U: Unapply[Contravariant, FA]): M[@@[A, T]]

    Permalink

    One variant of subst with different inference.

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

    Permalink

    One variant of subst with different inference.

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

    Permalink

    Tag fa's return type.

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

  22. def or[H[_]](hg: ~>[H, [α$0$]TagKind.@@[α$0$, T]]): ~>[[γ$1$]Coproduct[Id.Id, H, γ$1$], [α$0$]TagKind.@@[α$0$, T]]

    Permalink

    Combines this scalaz.NaturalTransformation with another one to create one that can transform scalaz.Coproduct.

    Combines this scalaz.NaturalTransformation with another one to create one that can transform scalaz.Coproduct.

    The current NaturalTransformation will be used to transform the Left (F) value of the scalaz.Coproduct while the other one will be used to transform the Right (H) value.

    Definition Classes
    NaturalTransformation
  23. def subst[F[_], A](fa: F[A]): F[@@[A, T]]

    Permalink

    Like Tag.subst, but specify only the T.

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

    Permalink

    Like Tag.subst1, but specify only the T.

  25. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  27. def unapply[A](a: @@[A, T]): Option[A]

    Permalink

    Pattern match on a tagged value

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

    Permalink

    Like Tag.unsubst, but specify only the T.

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

    Permalink

    Like Tag.unsubst1, but specify only the T.

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

    Permalink

    Like Tag.unwrap, but specify only the T.

  31. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def widen[GG[_]](implicit ev: >~~>[GG, [α$0$]TagKind.@@[α$0$, T]]): ~>[Id.Id, GG]

    Permalink
    Definition Classes
    NaturalTransformation

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

Inherited from AnyRef

Inherited from Any

Ungrouped