object DeepMerger extends LowPriorityDeepMerger0 with Serializable

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 }
    Definition Classes
    LowPriorityDeepMerger

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply[L <: HList, M <: HList](implicit dm: DeepMerger[L, M]): Aux[L, M, Out]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. implicit def hlistMerger1[H, T <: HList, M <: HList](implicit mt: DeepMerger[T, M]): Aux[::[H, T], M, ::[H, Out]]
    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]]
    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]]
  15. implicit def hnilMerger[M <: HList]: Aux[HNil, M, M]
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from LowPriorityDeepMerger0

Inherited from LowPriorityDeepMerger

Inherited from AnyRef

Inherited from Any

Ungrouped