T
- the type of modelpublic interface ModelMergeHandler<T>
MergeModel
operator or to
the GetModel
operator.Modifier and Type | Method and Description |
---|---|
Class<T> |
getModelClass()
Returns the java type of the model
|
T |
merge(List<T> models)
Merges the given list of models into a single model.
|
Class<T> getModelClass()
T merge(List<T> models)
models
- the partial models.Copyright © 2020 Actian Corporation. All rights reserved.