@FunctionalInterface public interface Command<T,R> extends ContextCommand<T,R>
| Modifier and Type | Method and Description |
|---|---|
R |
execute(T system)
This operation will be exectued on system.
|
default R |
execute(T system,
PrevalanceContext context) |
default R execute(T system, PrevalanceContext context)
execute in interface ContextCommand<T,R>system - reference to mutable systemcontext - context info (such as date)Copyright © 2015. All rights reserved.