RecordMerger

interface RecordMerger

A merger that merges incoming Records from the network with existing ones in the cache.

Inheritors

Functions

Link copied to clipboard
abstract fun merge(existing: Record, incoming: Record): Pair<Record, Set<String>>

Merges the incoming Record with the existing Record.