Merge

interface Merge<T>

Interface for objects that can be merged with others of the same type. Used for combining metadata from multiple sources.

Parameters

T

The type of objects that can be merged.

Inheritors

Functions

Link copied to clipboard
abstract fun merge(other: T): T