transferum
Preparing search index...
AsyncPullableInterface
Interface AsyncPullableInterface<T>
Asynchronous pullable contract — yields data via asyncPull() returning a Promise.
interface
AsyncPullableInterface
<
T
>
{
asyncPull
()
:
Promise
<
T
|
undefined
>
;
}
Type Parameters
T
Hierarchy (
View Summary
)
AsyncPullableInterface
UniversalOutputInterface
AsyncPullableTransferInterface
Index
Methods
async
Pull
Methods
async
Pull
asyncPull
()
:
Promise
<
T
|
undefined
>
Returns
Promise
<
T
|
undefined
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
async
Pull
transferum
Loading...
Asynchronous pullable contract — yields data via asyncPull() returning a Promise.