Object/Trait

shapeless.ops.record

DeepMerger

Related Docs: trait DeepMerger | package record

Permalink

object DeepMerger extends LowPriorityDeepMerger0 with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeepMerger
  2. Serializable
  3. Serializable
  4. LowPriorityDeepMerger0
  5. LowPriorityDeepMerger
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Aux[L <: HList, M <: HList, Out0 <: HList] = DeepMerger[L, M] { type Out = Out0 }

    Permalink
    Definition Classes
    LowPriorityDeepMerger

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply[L <: HList, M <: HList](implicit dm: DeepMerger[L, M]): Aux[L, M, Out]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. implicit def hlistMerger1[H, T <: HList, M <: HList](implicit mt: DeepMerger[T, M]): Aux[::[H, T], M, ::[H, Out]]

    Permalink
    Definition Classes
    LowPriorityDeepMerger
  13. implicit def hlistMerger2[K, V, T <: HList, M <: HList, MR <: HList](implicit rm: Remover.Aux[M, K, (V, MR)], mt: DeepMerger[T, MR]): Aux[::[FieldType[K, V], T], M, ::[FieldType[K, V], Out]]

    Permalink
    Definition Classes
    LowPriorityDeepMerger0
  14. implicit def hlistMerger3[K, V <: HList, T <: HList, M <: HList, V1 <: HList, MT <: HList, MO1 <: HList, MO2 <: HList](implicit rm: Remover.Aux[M, K, (V1, MT)], m1: Aux[V, V1, MO1], m2: Aux[T, MT, MO2]): Aux[::[FieldType[K, V], T], M, ::[FieldType[K, MO1], MO2]]

    Permalink
  15. implicit def hnilMerger[M <: HList]: Aux[HNil, M, M]

    Permalink
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from LowPriorityDeepMerger0

Inherited from LowPriorityDeepMerger

Inherited from AnyRef

Inherited from Any

Ungrouped