merge

abstract fun merge(from: EventLog): MutableEventLog

Merges this MutableEventLog another log. The merge operation has the following semantics :

Return

this MutableEventLog instance (with the new operations inserted).

Parameters

from

the EventLog from which the operations are merged.