Class AsyncQuery<T>

Wraps a generic async function returning a Result containing the return value of said function

Type Parameters

  • T

Implements

Constructors

Properties

Methods

Constructors

Properties

AsyncQuery: (() => Promise<T>)

Type declaration

    • (): Promise<T>
    • Returns Promise<T>

Methods

Generated using TypeDoc