T - The object type.public interface IMergeable<T extends IReplicable<T>>
| Modifier and Type | Method and Description |
|---|---|
void |
merge(T other)
Merge two objects.
|
void merge(T other) throws MergeableException
other - The object to be merged.MergeableException - On merge error.Copyright © 2017. All rights reserved.