Display Filters

class TBind

A Trait class for holding helper functions for enforcing scope

Methods

Methods Returns Description
bind( fn ) function A bind function which binds the scope of the function to be called to the local scope of the object.

Parameters:

  • fn <function> The function to bind the local scope to
    • Returns:

      • <function> The function passed in bound to the local scope