Type

gql.preparation.Specialization$.Type
final case class Type[F[_], A](source: Type[F, A]) extends Specialization[F, A, A]

Attributes

Source
PreparedQuery.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Specialization[F, A, A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def specify(a: A): Ior[String, Option[A]]

Attributes

Source
PreparedQuery.scala
def target: Type[F, A]

Attributes

Source
PreparedQuery.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Specialization
Source
PreparedQuery.scala