Package

io.scalaland

chimney

Permalink

package chimney

Visibility
  1. Public
  2. All

Type Members

  1. trait Patcher[T, Patch] extends AnyRef

    Permalink

    Type class definition that wraps patching behavior.

    Type class definition that wraps patching behavior.

    T

    type of object to apply patch to

    Patch

    type of patch object

  2. trait Transformer[From, To] extends AnyRef

    Permalink

    Maps data from one type From into another To.

    Maps data from one type From into another To.

    From

    type of input value

    To

    type of output value

Value Members

  1. object Patcher

    Permalink
  2. object Transformer

    Permalink
  3. package dsl

    Permalink

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

  4. package internal

    Permalink

Ungrouped