T - the type of objects that may be mergedpublic interface Summarizer<T>
Summarizer interface indicates that it can merge single or a
collection of objects in with each other.| Modifier and Type | Method and Description |
|---|---|
List<T> |
merge(List<T> list)
Merge the given
list with the objects that can be merged and return
the resulted merged objects in a list. |
T |
merge(T object,
T other)
Merge the given
object with other object. |
Copyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.