shadedshapeless.ops.record

DeepMerger

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
Learn more about member selection
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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

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

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

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

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

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

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

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

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

    Definition Classes
    LowPriorityDeepMerger
  15. 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
  16. 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]]

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

  18. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

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

    Definition Classes
    AnyRef
  23. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from LowPriorityDeepMerger0

Inherited from LowPriorityDeepMerger

Inherited from AnyRef

Inherited from Any

Ungrouped