@FunctionalInterface public interface Action<R>
Modifier and Type | Interface and Description |
---|---|
static class |
Action.AbstractAction<R>
|
Modifier and Type | Method and Description |
---|---|
R |
execute()
Execute an action.
|
R execute()
Copyright © 2019 CorfuDB. All rights reserved.