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