CommandBuilder getHandler( A type)

return a Command constructor proxy from a (generic) ActionType

Source

CommandBuilder<AbstractModel> getHandler(A type) {
  return handlers.keys.contains(type) ? handlers[type] : null;
}