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.

@FunctionalInterface protected static interface MergeBase.MergeObjects
Functional interface for merging objects.
  • Method Summary

    Modifier and Type
    Method
    Description
    ObjectCollection
    mergeObjects(ObjectCollection objects)
    Merges a collection of objects.
  • Method Details

    • mergeObjects

      ObjectCollection mergeObjects(ObjectCollection objects) throws OperationFailedException
      Merges a collection of objects.
      Parameters:
      objects - the ObjectCollection to merge
      Returns:
      the merged ObjectCollection
      Throws:
      OperationFailedException - if the merge operation fails