PartiallyAppliedUnion0

final case class PartiallyAppliedUnion0[F[_], A](name: String) extends AnyVal
Source:
dsl.scala
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

Inherited from:
Product