Interface DataMutateResult.WithMergedNode

Enclosing class:
DataMutateResult

public static interface DataMutateResult.WithMergedNode
Extension of DataMutateResult for temporary set operations.
  • Method Details

    • getResult

      Gets the underlying result.
      Returns:
      the result
    • getMergedNode

      @NonNull Node getMergedNode()
      Gets the node that resulted from any TemporaryNodeMergeStrategy processing.

      If no processing took place, the same instance will be returned by this method.

      Returns:
      the resultant node