public static interface DataMutateResult.WithMergedNode
DataMutateResult for temporary set operations.| Modifier and Type | Method and Description |
|---|---|
@NonNull Node |
getMergedNode()
Gets the node that resulted from any
TemporaryNodeMergeStrategy
processing. |
@NonNull DataMutateResult |
getResult()
Gets the underlying result.
|
@NonNull DataMutateResult getResult()
@NonNull Node getMergedNode()
TemporaryNodeMergeStrategy
processing.
If no processing took place, the same instance will be returned by this method.