Packages

package syntax

Linear Supertypes
AnyRef, Any

Type Members

  1. implicit final class PartialResultAsResultOps[F[_], A] extends AnyVal

    Provides operations lifting F[A] to io.scalaland.chimney.partial.Result.

    Provides operations lifting F[A] to io.scalaland.chimney.partial.Result.

    F

    wrapper type

    A

    successful value type

    Since

    0.8.5

    See also

    https://chimney.readthedocs.io/supported-transformations/#partialresult-utilities for more details

  2. implicit final class PartialResultOptionOps[A] extends AnyVal

    Provides operations lifting scala.Option to io.scalaland.chimney.partial.Result.

    Provides operations lifting scala.Option to io.scalaland.chimney.partial.Result.

    A

    successful value type

    Since

    0.8.5

    See also

    https://chimney.readthedocs.io/supported-transformations/#partialresult-utilities for more details

Inherited from AnyRef

Inherited from Any

Ungrouped