Packages

package chimney

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package dsl

    Main object to import in order to use Chimney's features

    Main object to import in order to use Chimney's features

    Since

    0.1.0

  2. package partial

Type Members

  1. trait PartialTransformer[From, To] extends AutoDerived[From, To]

    Type class expressing partial transformation between source type From and target type To, with the ability of reporting path-annotated transformation error(s).

    Type class expressing partial transformation between source type From and target type To, with the ability of reporting path-annotated transformation error(s).

    From

    type of input value

    To

    type of output value

    Since

    0.7.0

  2. trait Patcher[A, Patch] extends AnyRef

    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

  3. trait Transformer[From, To] extends AutoDerived[From, To]

    Type class expressing total transformation between source type From and target type To.

    Type class expressing total transformation between source type From and target type To.

    From

    type of input value

    To

    type of output value

    Since

    0.1.0

Value Members

  1. object PartialTransformer extends PartialTransformerCompanionPlatform
  2. object Patcher extends PatcherCompanionPlatform

    Since

    0.1.3

  3. object Transformer extends TransformerCompanionPlatform

Ungrouped