Unstarted

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

Value members

Concrete methods

def start(): ImmutableRunner[Eff, A]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product