Arg

gql.Arg$
See theArg companion class
object Arg

Attributes

Companion
class
Source
Arg.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Arg.type

Members list

Type members

Types

type Impl[A] = ArgDecoder[_, A]

Attributes

Source
Arg.scala

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def make[A](av: ArgValue[A]): Arg[A]

Attributes

Source
Arg.scala
def makeFrom[A, B](av: ArgValue[A])(f: ArgParam[A] => Either[String, B]): Arg[B]

Attributes

Source
Arg.scala

Implicits

Implicits

implicit val applyForArg: Apply[Arg]

Attributes

Source
Arg.scala