Field

io.github.arainko.ducktape.Field$
object Field

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Field.type

Members list

Concise view

Value members

Concrete methods

def allMatching[Source, Dest, FieldSource](fieldSource: FieldSource)(using ev1: ProductOf[Source], ev2: ProductOf[Dest], ev3: ProductOf[FieldSource]): BuilderConfig[Source, Dest]
def computed[Source, Dest, FieldType, ActualType](selector: Dest => FieldType, f: Source => ActualType)(using ev1: ActualType <:< FieldType, ev2: ProductOf[Source], ev3: ProductOf[Dest]): BuilderConfig[Source, Dest]
def const[Source, Dest, FieldType, ActualType](selector: Dest => FieldType, value: ActualType)(using ev1: ActualType <:< FieldType, ev2: ProductOf[Source], ev3: ProductOf[Dest]): BuilderConfig[Source, Dest]
def renamed[Source, Dest, SourceFieldType, DestFieldType](destSelector: Dest => DestFieldType, sourceSelector: Source => SourceFieldType)(using ev1: SourceFieldType <:< DestFieldType, ev2: ProductOf[Source], ev3: ProductOf[Dest]): BuilderConfig[Source, Dest]