Search Results for

    / fm / liveswitch / IPromise

    Interface: IPromise

    fm.liveswitch.IPromise

    Interface for a promise that can be rejected.

    Implemented by

    • PromiseBase

    Table of contents

    Methods

    • castAndResolve
    • reject

    Methods

    castAndResolve

    ▸ castAndResolve(result: Object): boolean

    Parameters:

    Name Type
    result Object

    Returns: boolean

    Defined in: Generated/TypeScript/fm.liveswitch/IPromise.ts:9


    reject

    ▸ reject(exception: Exception): boolean

    Parameters:

    Name Type
    exception Exception

    Returns: boolean

    Defined in: Generated/TypeScript/fm.liveswitch/IPromise.ts:10

    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0