ObjectTypes

Information about the type of an object in a merge operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of the object in the base commit of the merge.

Link copied to clipboard

The type of the object in the destination branch.

Link copied to clipboard

The type of the object in the source branch.

Functions

Link copied to clipboard
inline fun copy(block: ObjectTypes.Builder.() -> Unit = {}): ObjectTypes
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String