Arg

gql.Arg
See theArg companion object
final case class Arg[+A](impl: FreeApply[Impl, ValidatedNec[String, A]])

Attributes

Companion:
object
Source:
Arg.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def emap[B](f: A => Either[String, B]): Arg[B]

Attributes

Source:
Arg.scala

Attributes

Source:
Arg.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product