package chimney
- Alphabetic
- Public
- All
Type Members
-
trait
PartialTransformer[From, To] extends AutoDerived[From, To]
Type class expressing partial transformation between source type
Fromand target typeTo, with the ability of reporting path-annotated transformation error(s).Type class expressing partial transformation between source type
Fromand target typeTo, with the ability of reporting path-annotated transformation error(s).- From
type of input value
- To
type of output value
-
trait
Patcher[A, Patch] extends AutoDerived[A, Patch]
Type class definition that wraps patching behavior.
Type class definition that wraps patching behavior.
- A
type of object to apply patch to
- Patch
type of patch object
- Since
0.1.3
- See also
-
trait
Transformer[From, To] extends AutoDerived[From, To]
Type class expressing total transformation between source type
Fromand target typeTo.Type class expressing total transformation between source type
Fromand target typeTo.- From
type of input value
- To
type of output value
Value Members
-
object
PartialTransformer extends PartialTransformerCompanionPlatform
Companion of io.scalaland.chimney.PartialTransformer.
-
object
Patcher extends PatcherCompanionPlatform
Companion of io.scalaland.chimney.Patcher.
Companion of io.scalaland.chimney.Patcher.
- Since
0.1.3
- See also
-
object
Transformer extends TransformerCompanionPlatform
Companion of io.scalaland.chimney.Transformer.
-
object
auto extends LowPriorityAutoInstances
Imports only automatic derivation implicits
Imports only automatic derivation implicits
- Since
0.8.0