PartiallyAppliedUnion1

final case class PartiallyAppliedUnion1[F[_], A](name: String, hd: Variant[F, A, _])
Source:
dsl.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def subtype[B : ClassTag](implicit evidence$3: ClassTag[B], ev: B <:< A, innerTpe: => Type[F, B]): Union[F, A]
Source:
dsl.scala
def variant[B](pf: PartialFunction[A, B])(implicit innerTpe: => Type[F, B]): Union[F, A]
Source:
dsl.scala

Inherited methods

Inherited from:
Product