Suspend

case
class Suspend[Eff[_], A](eff: Eff[A]) extends Suspendable[Eff, A]
trait Serializable
trait Product
trait Equals
trait Suspendable[Eff, A]
class Object
trait Matchable
class Any

Value members

Inherited methods

def flatMap[B](f: A => Suspendable[Eff, B]): Suspendable[Eff, B]
Inherited from
Suspendable
def forever: Suspendable[Eff, Nothing]
Inherited from
Suspendable
def map[B](f: A => B): Suspendable[Eff, B]
Inherited from
Suspendable
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product