public interface VoidCommand<T> extends Command<T,Void>
| Modifier and Type | Method and Description |
|---|---|
default Void |
execute(T system)
This operation will be exectued on system.
|
void |
executeVoid(T system) |
Copyright © 2015. All rights reserved.