this.execute = function()

in lib/deferred_executor.ts [25:29]


    this.execute = function(command: any) {
      return delegate.then((executor: any) => {
        return executor.execute(command);
      });
    };