final case class FreeKT[F[_[_], _], M[_], A](run: FreeT[[β$3$]F[[γ$2$]FreeKT[F, M, γ$2$], β$3$], M, A]) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FreeKT
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FreeKT(run: FreeT[[β$3$]F[[γ$2$]FreeKT[F, M, γ$2$], β$3$], M, A])

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 >>[B](fb: => FreeKT[F, M, B])(implicit AIsUnit: =:=[A, Unit]): FreeKT[F, M, B]
  5. def >>=[B](f: (A) => FreeKT[F, M, B]): FreeKT[F, M, B]
  6. def >>>[G[_[_], _], B](gb: => FreeKT[G, M, B])(implicit AIsUnit: =:=[A, Unit], inj: Inject[[β$10$]F[[γ$8$]FreeKT[G, M, γ$8$], β$10$], [β$11$]G[[γ$9$]FreeKT[G, M, γ$9$], β$11$]], FK: FunctorKA[F], M: Applicative[M]): FreeKT[G, M, B]
  7. def >>>=[G[_[_], _], B](f: (A) => FreeKT[G, M, B])(implicit inj: Inject[[β$6$]F[[γ$4$]FreeKT[G, M, γ$4$], β$6$], [β$7$]G[[γ$5$]FreeKT[G, M, γ$5$], β$7$]], FK: FunctorKA[F], M: Applicative[M]): FreeKT[G, M, B]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  10. def effect(f: (A) => FreeKT[F, M, Unit])(implicit M: Applicative[M]): FreeKT[F, M, A]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def flatMap[B](f: (A) => FreeKT[F, M, B]): FreeKT[F, M, B]
  13. def foldMap(tr: ~>[[β$17$]F[[γ$16$]FreeKT[F, M, γ$16$], β$17$], M])(implicit M: BindRec[M]): M[A]
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. def hoist[N[_]](mn: ~>[M, N])(implicit FK: FunctorKA[F]): FreeKT[F, N, A]
  16. def inject[G[_[_], _]](implicit inj: Inject[[β$14$]F[[γ$12$]FreeKT[G, M, γ$12$], β$14$], [β$15$]G[[γ$13$]FreeKT[G, M, γ$13$], β$15$]], FK: FunctorKA[F], M: Applicative[M]): FreeKT[G, M, A]
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def map[B](f: (A) => B)(implicit M: Applicative[M]): FreeKT[F, M, B]
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. def productElementNames: Iterator[String]
    Definition Classes
    Product
  23. val run: FreeT[[β$1$]F[[γ$0$]FreeKT[F, M, γ$0$], β$1$], M, A]
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped