public interface ICommandFactoryResultFactory
Modifier and Type | Field and Description |
---|---|
static ICommandFactoryResultFactory |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
<T> ICommandFactoryResult<T> |
createCommandFactoryResult(Command command,
T result) |
static final ICommandFactoryResultFactory DEFAULT
<T> ICommandFactoryResult<T> createCommandFactoryResult(Command command, T result)