Interface MergeBase.MergeObjects
- Enclosing class:
MergeBase
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface for merging objects.
-
Method Summary
Modifier and TypeMethodDescriptionmergeObjects
(ObjectCollection objects) Merges a collection of objects.
-
Method Details
-
mergeObjects
Merges a collection of objects.- Parameters:
objects
- theObjectCollection
to merge- Returns:
- the merged
ObjectCollection
- Throws:
OperationFailedException
- if the merge operation fails
-