return a Command constructor proxy from a (generic) ActionType
Source
CommandBuilder<AbstractModel> getHandler(A type) { return handlers.keys.contains(type) ? handlers[type] : null; }
return a Command constructor proxy from a (generic) ActionType
CommandBuilder<AbstractModel> getHandler(A type) { return handlers.keys.contains(type) ? handlers[type] : null; }