MergeType

object MergeType
Companion:
class
Source:
MergeType.scala
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.

Source:
MergeType.scala
case object ErrorOnDuplicate extends MergeType

Throws an exception on collision.

Throws an exception on collision.

Source:
MergeType.scala
case object Overwrite extends MergeType

Standard merge. New values overwrite on collision.

Standard merge. New values overwrite on collision.

Source:
MergeType.scala

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala