io.scalaland.chimney.PartialTransformer.AutoDerived
See theAutoDerived companion object
@FunctionalInterface
Type class used when you want to allow using automatically derived transformations.
When we want to only allow semiautomatically derived/manually defined instances you should use io.scalaland.chimney.PartialTransformer.
Type parameters
- From
-
type of input value
- To
-
type of output value
Attributes
- See also
- Since
-
0.8.0
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
Members list
In this article