Interface Cancelable<T>

interface Cancelable<T> {
    cancel(reason?, silent?): Cancelable<T>;
}

Type Parameters

  • T

Hierarchy-Diagram

UML class diagram of Cancelable
Legend
icon for an interface in the UML class diagram interface
icon for a public method in the UML class diagram public method

Hierarchy

  • Promise<T>
    • Cancelable

Methods

Methods