Interface CustomCommandExecutor.CommandAdapter<T>

All Superinterfaces:
Command<T>, CustomCommandExecutor<T>
All Known Implementing Classes:
DebugCommand.TraceCustomExecutor, FunctionCommand.FunctionCustomExecutor, ReturnCommand.ReturnFailCustomExecutor, ReturnCommand.ReturnValueCustomExecutor
Enclosing interface:
CustomCommandExecutor<T>

public static interface CustomCommandExecutor.CommandAdapter<T> extends CustomCommandExecutor<T>, Command<T>