MergeType

object MergeType
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object Add extends MergeType

Default values. New values are ignored on collision and the existing value is retained.

Default values. New values are ignored on collision and the existing value is retained.

case object ErrorOnDuplicate extends MergeType

Throws an exception on collision.

Throws an exception on collision.

case object Overwrite extends MergeType

Standard merge. New values overwrite on collision.

Standard merge. New values overwrite on collision.

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror