merge
Merges this MutableEventLog another log. The merge operation has the following semantics :
Operations which occurred between this log and the from are merged into this log.
This will acknowledge all the sites from the other MutableEventLog.
Return
this MutableEventLog instance (with the new operations inserted).
Parameters
from
the EventLog from which the operations are merged.