LowPriorityTransformerInstances

io.github.arainko.ducktape.LowPriorityTransformerInstances
sealed transparent trait LowPriorityTransformerInstances

Attributes

Source
Transformer.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Transformer.type

Members list

Givens

Givens

inline given betweenCoproducts[Source, Dest](using SumOf[Source], SumOf[Dest]): ForCoproduct[Source, Dest]

Attributes

Source
Transformer.scala
inline given betweenProducts[Source, Dest](using ProductOf[Source], ProductOf[Dest]): ForProduct[Source, Dest]

Attributes

Source
Transformer.scala
inline given betweenUnwrappedWrapped[Source, Dest](using Dest <:< AnyVal, Dest <:< Product): ToAnyVal[Source, Dest]

Attributes

Source
Transformer.scala
inline given betweenWrappedUnwrapped[Source, Dest](using Source <:< AnyVal, Source <:< Product): FromAnyVal[Source, Dest]

Attributes

Source
Transformer.scala