Next

object Next
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Next.type

Type members

Classlikes

final case class Case(value: Val, next: Next) extends Next
final case class Label(name: Local, args: Seq[Val]) extends Next
case object None extends Next
final case class Unwind(exc: Local, next: Next) extends Next

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def Case(value: Val, name: Local): Case
def apply(name: Local): Label