LazyFieldAdder

org.hungerford.generic.schema.product.translation.FieldBuildingProductSchemaTranslation.LazyFieldAdder
trait LazyFieldAdder[T, F, N <: FieldName, R <: Tuple, RV <: Tuple, AF, AFS, AFE, C, Cache <: TypeCache, O](using fg: Aux[N, R, RV, F], rt: Aux[Cache, F, O])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

protected def addField(field: OrLazy[T, F, N], to: Fields[T], informedBy: Aux[T, ProductShape[T, R, RV, AF, AFS, AFE, C]], cachedItem: CI[F, O]): Fields[T]

Concrete methods

final def addFieldWithTrans(field: OrLazy[T, F, N], to: Fields[T], informedBy: Aux[T, ProductShape[T, R, RV, AF, AFS, AFE, C]], cache: Cache): Fields[T]