Done

final case class Done[A](value: A) extends DoneOrMore[A]
trait Serializable
trait Product
trait Equals
trait DoneOrMore[A]
trait Trampoline[A]
class Object
trait Matchable
class Any

Value members

Inherited methods

final def flatMap[B](f: A => Trampoline[B]): Trampoline[B]
Inherited from:
Trampoline
final def map[B](f: A => B): Trampoline[B]
Inherited from:
Trampoline
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
@tailrec
final def resume: Either[() => Trampoline[A], A]
Inherited from:
Trampoline
@tailrec
final def run: A
Inherited from:
Trampoline
final def zip[B](that: Trampoline[B]): Trampoline[(A, B)]
Inherited from:
Trampoline
final def zipL[B](b: B): Trampoline[(A, B)]
Inherited from:
Trampoline
final def zipR[B](b: B): Trampoline[(B, A)]
Inherited from:
Trampoline