public interface CommandExecutor
| Modifier and Type | Method and Description | 
|---|---|
| <T> T | executeCommand(Command<T> command)Execute the given command and return the result
 of the execution | 
<T> T executeCommand(Command<T> command)
T - command - Copyright © 2018. All rights reserved.