R
- The type of the SMR object.
Created by mwei on 11/13/16.public interface IUndoFunction<R>
Modifier and Type | Method and Description |
---|---|
void |
doUndo(R objectToUndo,
Object undoObject,
Object[] args)
Undo the mutation on the object.
|
Copyright © 2019 CorfuDB. All rights reserved.