A reference to the selectable object
A method that execute the filter operation.
A proper predicate function .
A method that return the key of a specific channel. If the selectable is a Set, the channel itself will be returned. The not found channel status is not contemplated because this method is called only in a safe context.
A channel of which we are looking for the key.
A method that map each channel contained into the selectable into a Promise containg that channel .
Whatever the selectable is, this method convert it into an array of channels. Warning: Map and Object keys will be lost.
Generated using TypeDoc
Interface for the Selectable Class. A selectable could be: a plain Object, a Map, a Set and an Array as well of channels.