Interface RuntimeCommand<R,C>
- Type Parameters:
R- the command return typeC- the command context type
- All Superinterfaces:
Command<R, C, RuntimeException>
A command that does not throw checked exceptions.
- Author:
- Paul Ferraro
-
Method Summary
-
Method Details
-
execute
-