AutoDerived

io.scalaland.chimney.PartialTransformer.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

Implicits

implicit def liftTotal[From, To](implicit total: Transformer[From, To]): AutoDerived[From, To]

Inherited implicits

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

Provides io.scalaland.chimney.PartialTransformer.AutoDerived derived with the default settings.

Provides io.scalaland.chimney.PartialTransformer.AutoDerived 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#deriveAutomaticPartialTransformer.

Type parameters

From

type of input value

To

type of output value

Attributes

Returns

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

Since

0.8.0

Inherited from:
PartialTransformerAutoDerivedCompanionPlatform (hidden)