PartiallyAppliedUnion0

gql.dsl.UnionDsl$.PartiallyAppliedUnion0
final class PartiallyAppliedUnion0[F[_], A](name: String) extends AnyVal

Attributes

Source
UnionDsl.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def subtype[B : ClassTag](implicit evidence$2: ClassTag[B], ev: B <:< A, innerTpe: => Type[F, B]): PartiallyAppliedUnion1[F, A]

Attributes

Source
UnionDsl.scala
def variant[B](pf: PartialFunction[A, B])(implicit innerTpe: => Type[F, B]): PartiallyAppliedUnion1[F, A]

Attributes

Source
UnionDsl.scala