Interface DataMutateResult.WithMergedNode
- Enclosing class:
DataMutateResult
public static interface DataMutateResult.WithMergedNode
Extension of
DataMutateResult for temporary set operations.-
Method Summary
Modifier and TypeMethodDescriptionGets the node that resulted from anyTemporaryNodeMergeStrategyprocessing.Gets the underlying result.
-
Method Details
-
getResult
-
getMergedNode
Gets the node that resulted from anyTemporaryNodeMergeStrategyprocessing.If no processing took place, the same instance will be returned by this method.
- Returns:
- the resultant node
-