FieldComponentUpdater

org.hungerford.generic.schema.product.FieldComponentUpdater
case class FieldComponentUpdater[T, R <: Tuple, RV <: Tuple, AF, AFS, AFE, C, F, N <: FieldName, FS, Sel <: Tuple, Inner](builder: 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[NewInner, NewN <: FieldName, NewFS, NewR <: Tuple](updater: Inner => NewInner)(using fu: Aux[N, R, T, F, NewN, NewFS, NewR], ctx: CtxWrapTuplesConstraint[Tpe, NewR, RV], cu: => Aux[ProductSchemaBuilder[T, R, RV, AF, AFS, AFE, C], Sel, Inner, NewInner, ProductSchemaBuilder[T, NewR, RV, AF, AFS, AFE, C]]): 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