FieldUpdater

org.hungerford.generic.schema.product.FieldUpdater
case class FieldUpdater[F, N <: FieldName, S, T, R <: Tuple, RV <: Tuple, AF, AFS, AFE, C](field: Field[T, F, N, S], bldr: ProductSchemaBuilder[T, R, RV, AF, AFS, AFE, C])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def apply[NewN <: FieldName, NewS, NewR <: Tuple](builder: FieldBuilder[T, F, N, Aux[F, S], S, T => F] => Field[T, F, NewN, NewS])(using fr: Aux[N, R, T, F, NewN, NewS, NewR], ctx: CtxWrapTuplesConstraint[Tpe, NewR, RV]): ProductSchemaBuilder[T, NewR, RV, AF, AFS, AFE, C]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product