Variant

gql.ast$.Variant
final case class Variant[+F[_], A, B](tpe: Eval[Type[F, B]])(implicit specify: A => Option[B])

Attributes

Source
ast.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def contramap[C](g: C => A): Variant[F, C, B]

Attributes

Source
ast.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Implicits

Implicits

implicit val specify: A => Option[B]

Attributes

Source
ast.scala