public static class OortObjectMergers.ListUnionMerger<E> extends Object implements OortObject.Merger<List<E>,List<E>>
| Constructor and Description |
|---|
ListUnionMerger() |
| Modifier and Type | Method and Description |
|---|---|
List<E> |
merge(Collection<OortObject.Info<List<E>>> infos)
Merges the given
OortObject.Infos. |
public List<E> merge(Collection<OortObject.Info<List<E>>> infos)
OortObject.MergerOortObject.Infos.merge in interface OortObject.Merger<List<E>,List<E>>infos - the OortObject.Infos to mergeCopyright © 2008–2015 Dojo Foundation. All rights reserved.