Packages

package syntax

Imports only extension methods for summoning and using Transformer, PartialTransformer or Patcher

Since

0.8.0

Linear Supertypes
AnyRef, Any

Type Members

  1. 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

  2. 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

  3. 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

  4. 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

  5. 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

  6. 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

Inherited from AnyRef

Inherited from Any

Ungrouped