package syntax
Imports only extension methods for summoning and using Transformer, PartialTransformer or Patcher
- Since
0.8.0
Type Members
-
implicit final
class
EitherStringPartialTransformerOps[A] extends AnyVal
Lifts scala.Either into io.scalaland.chimney.partial.Result.
Lifts scala.Either into io.scalaland.chimney.partial.Result.
- A
type of value inside Option
- Since
0.7.0
-
implicit final
class
OptionPartialTransformerOps[A] extends AnyVal
Lifts scala.Option into io.scalaland.chimney.partial.Result.
Lifts scala.Option into io.scalaland.chimney.partial.Result.
- A
type of value inside Option
- Since
0.7.0
-
implicit final
class
PartialTransformerOps[From] extends AnyVal
Provides partial transformer operations on values of any type.
Provides partial transformer operations on values of any type.
- From
type of source value
- Since
0.7.0
-
implicit final
class
PatcherOps[A] extends AnyVal
Provides patcher operations on values of any type
Provides patcher operations on values of any type
- A
type of object to patch
- Since
0.1.3
-
implicit final
class
TransformationCollectionPathOps[C[_], I] extends AnyVal
Allow item extraction when selecting path to override in Chimney DSL.
Allow item extraction when selecting path to override in Chimney DSL.
- C
type of the collection
- I
type of items in the collection
- Since
1.0.0
-
implicit final
class
TransformationMapPathOps[M[_, _], K, V] extends AnyVal
Allow key/value extraction from maps when selecting path to override in Chimney DSL.
Allow key/value extraction from maps when selecting path to override in Chimney DSL.
- M
type of the map
- K
type of keys in the map
- V
type of values in the map
- Since
1.0.0
-
implicit final
class
TransformationMatchingPathOps[A] extends AnyVal
Allows subtype matching when selecting path to override in Chimney DSL.
Allows subtype matching when selecting path to override in Chimney DSL.
- A
type to match
- Since
1.0.0
-
implicit final
class
TransformerOps[From] extends AnyVal
Provides transformer operations on values of any type.
Provides transformer operations on values of any type.
- From
type of source value
- Since
0.4.0
-
implicit final
class
TryPartialTransformerOps[A] extends AnyVal
Lifts scala.util.Try into io.scalaland.chimney.partial.Result.
Lifts scala.util.Try into io.scalaland.chimney.partial.Result.
- A
type of value inside Option
- Since
0.7.0