PartiallyAppliedField

case class PartiallyAppliedField[V](name: String, description: Option[String], directives: List[Directive])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[R, V1](fn: V => V1)(ev: Schema[R, V1], ft: FieldAttributes): (__Field, V => Step[R])
def either[R, V1](fn: V => Either[V1, Step[R]])(ev: Schema[R, V1], ft: FieldAttributes): (__Field, V => Step[R])

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product