MatchBuilder

oxygen.meta.K0.SumGeneric.MatchBuilder
See theMatchBuilder companion trait
object MatchBuilder

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class Instance extends MatchBuilder[[_ <: A] =>> EmptyTuple, [i <: A] =>> Tuple1[Expr[i]]]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait MatchBuilder[[_ <: A] =>> EmptyTuple, [i <: A] =>> Tuple1[Expr[i]]]
class Object
trait Matchable
class Any
Show all
final class Tupled[CaseMatch1 <: ([_ <: A] =>> Tuple), RhsParams1 <: ([_ <: A] =>> Tuple), CaseMatch2 <: ([_ <: A] =>> Tuple), RhsParams2 <: ([_ <: A] =>> Tuple)] extends MatchBuilder[[i <: A] =>> Concat[CaseMatch1[i], CaseMatch2[i]], [i <: A] =>> Concat[RhsParams1[i], RhsParams2[i]]]

Attributes

Supertypes
trait MatchBuilder[[i <: A] =>> Concat[CaseMatch1[i], CaseMatch2[i]], [i <: A] =>> Concat[RhsParams1[i], RhsParams2[i]]]
class Object
trait Matchable
class Any
final case class Value[B] extends MatchBuilder[[_ <: A] =>> Tuple1[Expr[B]], [_ <: A] =>> EmptyTuple]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait MatchBuilder[[_ <: A] =>> Tuple1[Expr[B]], [_ <: A] =>> EmptyTuple]
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def instance(a: Expr[A]): Instance
def value[B : Type](v: Expr[B]): Value[B]