More

case
class More[+A](k: () => Op[A]) extends Op[A]
trait Serializable
trait Product
trait Equals
trait Op[A]
class Object
trait Matchable
class Any

Value members

Inherited methods

def flatMap[B](f: A => Op[B]): Op[B]
Inherited from
Op
def map[B](f: A => B): Op[B]
Inherited from
Op
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
@tailrec
final
def resume(gen: Generator): Either[() => Op[A], A]
Inherited from
Op
def run(gen: Generator): A
Inherited from
Op