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.Info s. |
public List<E> merge(Collection<OortObject.Info<List<E>>> infos)
OortObject.Merger
OortObject.Info
s.merge
in interface OortObject.Merger<List<E>,List<E>>
infos
- the OortObject.Info
s to mergeCopyright © 2008–2024 The CometD Project. All rights reserved.