public interface CollectionMergeStrategy
| Modifier and Type | Method and Description |
|---|---|
<T> void |
mergeCollection(Collection<Item<T>> target,
List<Collection<Item<T>>> sources)
Merges the results of each child pipeline in to the collection of Item given to this stage.
|
<T> void mergeCollection(@Nonnull@NonnullElements Collection<Item<T>> target, @Nonnull@NonnullElements List<Collection<Item<T>>> sources)
T - type of data contained in the itemstarget - collection in to which all the Items should be merged, never nullsources - collections of Items to be merged in to the target, never null not containing any null elementsCopyright © 1999–2016. All rights reserved.