Input

final case class Input[A](name: String, fields: NonEmptyArg[A], description: Option[String]) extends InToplevel[A]
Source:
ast.scala
trait Product
trait Equals
trait InToplevel[A]
trait Toplevel[A]
trait In[A]
class Object
trait Matchable
class Any

Value members

Concrete methods

def document(description: String): Input[A]
Source:
ast.scala

Inherited methods

Inherited from:
Product