Interface INopePartialObserver<T, AD>

Type Parameters

Hierarchy

  • INopePartialObserver

Properties

Properties

complete?: (() => void)

Type declaration

    • (): void
    • Returns void

error?: ((error) => void)

Type declaration

    • (error): void
    • Parameters

      • error: any

      Returns void

next?: IEventCallback<T, AD>

Generated using TypeDoc