Merge

object Merge extends Constructor[(Expr, Expr, Option[Expr])]
class Constructor[(Expr, Expr, Option[Expr])]
class Object
trait Matchable
class Any

Type members

Inherited types

type Result = A
Inherited from
Constructor

Value members

Concrete methods

def apply(handlers: Expr, union: Expr, tpe: Expr): Expr
def apply(handlers: Expr, union: Expr): Expr

Inherited methods

final def unapply(expr: Expr): Option[(Expr, Expr, Option[Expr])]
Inherited from
Constructor