object FreeKT extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FreeKT
- Serializable
- 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
- 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()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit def freeKTMonad[F[_[_], _], M[_]](implicit M: Applicative[M]): Monad[[γ$21$]FreeKT[F, M, γ$21$]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hoist[F[_[_], _], M[_], N[_]](mn: ~>[M, N])(implicit FK: FunctorKA[F]): ~>[[γ$36$]FreeKT[F, M, γ$36$], [γ$37$]FreeKT[F, N, γ$37$]]
- def injection[F[_[_], _], G[_[_], _], M[_]](implicit inj: Inject[[β$25$]F[[γ$23$]FreeKT[G, M, γ$23$], β$25$], [β$26$]G[[γ$24$]FreeKT[G, M, γ$24$], β$26$]], FK: FunctorKA[F], M: Applicative[M]): ~>[[γ$27$]FreeKT[F, M, γ$27$], [γ$28$]FreeKT[G, M, γ$28$]]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def liftF[F[_[_], _], M[_], A](a: F[[γ$18$]FreeKT[F, M, γ$18$], A]): FreeKT[F, M, A]
- 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 pure[F[_[_], _], M[_], A](a: A)(implicit M: Applicative[M]): FreeKT[F, M, A]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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