MergeType

fabric.MergeType
See theMergeType companion object
sealed trait MergeType

MergeType is used to determine how merging of two Values should occur

Attributes

Companion
object
Source
MergeType.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Add.type
object ErrorOnDuplicate.type
object Overwrite.type
In this article