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
Ordering
- Alphabetic
- By Inheritance
Inherited
- FreeKT
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def >>[B](fb: => FreeKT[F, M, B])(implicit AIsUnit: =:=[A, Unit]): FreeKT[F, M, B]
- def >>=[B](f: (A) => FreeKT[F, M, B]): FreeKT[F, M, B]
- 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]
- 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]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def effect(f: (A) => FreeKT[F, M, Unit])(implicit M: Applicative[M]): FreeKT[F, M, A]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def flatMap[B](f: (A) => FreeKT[F, M, B]): FreeKT[F, M, B]
- def foldMap(tr: ~>[[β$17$]F[[γ$16$]FreeKT[F, M, γ$16$], β$17$], M])(implicit M: BindRec[M]): M[A]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hoist[N[_]](mn: ~>[M, N])(implicit FK: FunctorKA[F]): FreeKT[F, N, A]
- 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]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def map[B](f: (A) => B)(implicit M: Applicative[M]): FreeKT[F, M, B]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val run: FreeT[[β$1$]F[[γ$0$]FreeKT[F, M, γ$0$], β$1$], M, A]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated