R
- The return value of the access function.T
- The type of the SMR object.
Created by mwei on 11/10/16.@FunctionalInterface public interface ICorfuSMRAccess<R,T>
Modifier and Type | Method and Description |
---|---|
R |
access(T obj)
Access the state of the SMR object.
|
Copyright © 2019 CorfuDB. All rights reserved.