Field

final case class Field[F[_], -I, T](resolve: Resolver[F, I, T], output: Eval[Out[F, T]], description: Option[String])
Source:
ast.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def contramap[I2](f: I2 => I): Field[F, I2, T]
Source:
ast.scala
def document(description: String): Field[F, I, T]
Source:
ast.scala

Inherited methods

Inherited from:
Product