Interface Unsubscribable

Interface for objects which can be unsubscribed.

interface Unsubscribable {
    unsubscribe(): void;
}

Hierarchy (View Summary)

Methods

Methods