Extr

org.hungerford.generic.schema.product.field.Field$.Extr
sealed trait Extr[T, F]() extends Of[T] with Tpe[F]

Attributes

Graph
Supertypes
trait Tpe[F]
trait Tpe[F]
trait Of[T]
trait Of[T]
trait Field
class Object
trait Matchable
class Any
Known subtypes
trait OrLazy[T, F, N]
class Field[T, F, N, S]
class LazyField[T, F, N]

Members list

Concise view

Value members

Abstract methods

def extractor: T => F

Inherited methods

def default: Option[F]

Attributes

Inherited from:
Tpe
def deprecated: Boolean

Attributes

Inherited from:
Field
def description: Option[String]

Attributes

Inherited from:
Field
def examples: Seq[F]

Attributes

Inherited from:
Tpe
def fieldName: String

Attributes

Inherited from:
Field
def validators: Set[Validator[F]]

Attributes

Inherited from:
Tpe