auto

io.scalaland.chimney.auto
object auto

Imports only automatic derivation implicits

Attributes

Since

0.8.0

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

Members list

Implicits

Inherited implicits

implicit inline def deriveAutomaticPartialTransformer[From, To]: PartialTransformer[From, To]

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

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

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

Type parameters

From

type of input value

To

type of output value

Attributes

Returns

io.scalaland.chimney.PartialTransformer type class instance

Since

0.8.0

Inherited from:
LowPriorityAutoInstances (hidden)
implicit inline def deriveAutomaticPatcher[A, Patch]: Patcher[A, Patch]

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

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

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

Type parameters

A

type of object to apply patch to

Patch

type of patch object

Attributes

Returns

io.scalaland.chimney.Patcher type class instance

Since

0.8.0

Inherited from:
LowPriorityAutoInstances (hidden)
implicit inline def deriveAutomaticTransformer[From, To]: Transformer[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 be visible for recursive derivation (automatic, semiautomatic, inlined), which is how it differs from io.scalaland.chimney.Transformer.AutoDerived#deriveAutomatic.

Type parameters

From

type of input value

To

type of output value

Attributes

Returns

io.scalaland.chimney.Transformer type class instance

Since

0.8.0

Inherited from:
LowPriorityAutoInstances (hidden)