final case class Pure[S[_, _], A](a: A) extends Free[S, Nothing, A] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Pure
- Serializable
- Product
- Equals
- Free
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Pure(a: A)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def *>[S1[e, a] >: S[e, a], B, E1 >: Nothing](sc: Free[S1, E1, B]): Free[S1, E1, B]
- Definition Classes
- Free
- Annotations
- @inline()
- final def <*[S1[e, a] >: S[e, a], B, E1 >: Nothing](sc: Free[S1, E1, B]): Free[S1, E1, A]
- Definition Classes
- Free
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val a: A
- final def as[B](as: => B): Free[S, Nothing, B]
- Definition Classes
- Free
- Annotations
- @inline()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def flatMap[S1[e, a] >: S[e, a], B, E1 >: Nothing](fun: (A) => Free[S1, E1, B]): Free[S1, E1, B]
- Definition Classes
- Free
- Annotations
- @inline()
- final def foldMap[S1[e, a] >: S[e, a], G[+_, +_]](transform: ~>>[S1, G])(implicit G: Monad2[G]): G[Nothing, A]
- Definition Classes
- Free
- Annotations
- @nowarn() @inline()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def map[B](fun: (A) => B): Free[S, Nothing, B]
- Definition Classes
- Free
- Annotations
- @inline()
- final def mapK[S1[e, a] >: S[e, a], T[_, _]](f: ~>>[S1, T]): Free[T, Nothing, A]
- Definition Classes
- Free
- Annotations
- @inline()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Pure → AnyRef → Any
- final def void: Free[S, Nothing, Unit]
- Definition Classes
- Free
- Annotations
- @inline()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()