Arg2

gql.Arg2
See theArg2 companion object
final case class Arg2[+A](impl: FreeApply[ArgValue2, 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]): Arg2[B]

Attributes

Source:
Arg.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product