fieldBuildingProductTranslation

given fieldBuildingProductTranslation[T, R <: Tuple, RV <: Tuple, AF, AFS, C, DC](using val ftb: FieldTupleBuilder[T, R, R, RV, AF, AFS, C, DC], val afb: AdditionalFieldsBuilder[T, AF, AFS, R, RV, C, DC]): SchemaTranslator[T, ProductShape[T, R, RV, AF, AFS, C, DC], OtherSchema]

Value members

Concrete methods

def translate(schema: Aux[T, ProductShape[T, R, RV, AF, AFS, C, DC]]): OtherSchema[T]

Concrete fields

protected
val afb: AdditionalFieldsBuilder[T, AF, AFS, R, RV, C, DC]
protected
val ftb: FieldTupleBuilder[T, R, R, RV, AF, AFS, C, DC]