• Preparing search index...
  • The search index is not available
Houston Common Library
  • Houston Common Library
  • @45drives/houston-common-ui
  • globalProcessingWrapResult

Function globalProcessingWrapResult

  • globalProcessingWrapResult<TParams extends any[], TOk, TErr>(func: ((..._: TParams) => ResultAsync<TOk, TErr>)): typeof func
  • Type Parameters

    • TParams extends any[]
    • TOk
    • TErr

    Parameters

    • func: ((..._: TParams) => ResultAsync<TOk, TErr>)
        • (..._: TParams): ResultAsync<TOk, TErr>
        • Parameters

          • Rest ..._: TParams

          Returns ResultAsync<TOk, TErr>

    Returns typeof func

    • Defined in houston-common-ui/dist/index.d.ts:344
  • globalProcessingWrapResult<TParams extends any[], TOk, TErr>(func: ((..._: TParams) => Result<TOk, TErr>)): typeof func
  • Type Parameters

    • TParams extends any[]
    • TOk
    • TErr

    Parameters

    • func: ((..._: TParams) => Result<TOk, TErr>)
        • (..._: TParams): Result<TOk, TErr>
        • Parameters

          • Rest ..._: TParams

          Returns Result<TOk, TErr>

    Returns typeof func

    • Defined in houston-common-ui/dist/index.d.ts:346

Settings

Member Visibility

Theme

Official Cockpit API Documentation
Houston Common Library
  • Loading...

Generated using TypeDoc