final case class Suspend[S[_, _], E, A](a: S[E, A]) extends Free[S, E, A] with Product with Serializable
Instance Constructors
- new Suspend(a: S[E, A])
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def *>[S1[e, a] >: S[e, a], B, E1 >: E](sc: Free[S1, E1, B]): Free[S1, E1, B]
- final def <*[S1[e, a] >: S[e, a], B, E1 >: E](sc: Free[S1, E1, B]): Free[S1, E1, A]
- final def ==(arg0: Any): Boolean
- val a: S[E, A]
- final def as[B](as: => B): Free[S, E, B]
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def finalize(): Unit
- final def flatMap[S1[e, a] >: S[e, a], B, E1 >: E](fun: (A) => Free[S1, E1, B]): Free[S1, E1, B]
- final def foldMap[S1[e, a] >: S[e, a], G[+_, +_]](transform: ~>>[S1, G])(implicit G: Monad2[G]): G[E, A]
- final def getClass(): Class[_ <: AnyRef]
- final def isInstanceOf[T0]: Boolean
- final def map[B](fun: (A) => B): Free[S, E, B]
- final def mapK[S1[e, a] >: S[e, a], T[_, _]](f: ~>>[S1, T]): Free[T, E, A]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def productElementNames: Iterator[String]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def void: Free[S, E, Unit]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
Inherited from Product
Inherited from Equals
Inherited from Free[S, E, A]
Inherited from AnyRef
Inherited from Any