public static class CompositeNut.Combiner extends Object
This class combines different sets of nuts as specified by CompositeNut.mergeNuts(ProcessContext, List)
It ensures that every names will be unique in returned lists during the entire lifecycle of its instance.
Constructor and Description |
---|
CompositeNut.Combiner()
Builds a new instance.
|
Modifier and Type | Method and Description |
---|---|
List<ConvertibleNut> |
mergeNuts(ProcessContext processContext,
List<ConvertibleNut> nuts)
Merges the given nuts.
|
public List<ConvertibleNut> mergeNuts(ProcessContext processContext, List<ConvertibleNut> nuts)
Merges the given nuts.
nuts
- the nuts to mergeprocessContext
- the process contextCompositeNut.mergeNuts(com.github.wuic.ProcessContext, java.util.List)
Copyright © 2012-2015. All Rights Reserved.