Packages

implicit final class PatcherOps[A] extends AnyVal

Provides patcher operations on values of any type

A

type of object to patch

Since

0.1.3

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PatcherOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PatcherOps(obj: A)

    obj

    wrapped object to patch

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  7. final def patchUsing[Patch](patch: Patch)(implicit patcher: Patcher[A, Patch]): A

    Performs in-place patching of wrapped object with provided value.

    Performs in-place patching of wrapped object with provided value.

    If you want to customize patching behavior, consider using using method.

    Patch

    type of patch object

    patch

    patch object value

    patcher

    implicit instance of io.scalaland.chimney.Patcher type class

    returns

    patched value

    Since

    0.4.0

    See also

    io.scalaland.chimney.auto#deriveAutomaticPatcher for default implicit instance

  8. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped