AutoDerived

io.scalaland.chimney.Transformer.AutoDerived
See theAutoDerived companion trait
object AutoDerived

Attributes

Since

0.8.0

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Implicits

Inherited implicits

implicit inline def deriveAutomatic[From, To]: AutoDerived[From, To]

Provides io.scalaland.chimney.Transformer derived with the default settings.

Provides io.scalaland.chimney.Transformer derived with the default settings.

This instance WILL NOT be visible for recursive derivation (automatic, semiautomatic, inlined), which is how it differs from io.scalaland.chimney.auto#deriveAutomaticTransformer.

Type parameters

From

type of input value

To

type of output value

Attributes

Returns

io.scalaland.chimney.Transformer.AutoDerived type class instance

Since

0.8.0

Inherited from:
TransformerAutoDerivedCompanionPlatform (hidden)