Named

org.hungerford.generic.schema.product.field.Field$.Named
sealed trait Named[N <: FieldName]() extends Field with Named[N]

Attributes

Graph
Supertypes
trait Named[N]
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 fieldName: N

Concrete methods

def name: N

Inherited methods

def deprecated: Boolean

Attributes

Inherited from:
Field
def description: Option[String]

Attributes

Inherited from:
Field