possible to override specific functions of a client js Views/Models without completely overriding the component?

v7.7.0

I need to add some additional functionality to a client js View (/sugarcrm/modules/Emails/clients/base/views/compose/compose.js) on one of the methods. Is it possible to override a single method of this View without completely overriding it? I'd also prefer not to create a new View that extends from the original since it's a small change and I don't want to replace the component everywhere it's used in the app. Thanks!