Preparing search index...
The search index is not available
nats-base-library
nats-base-library
Lister
Interface Lister<T>
An interface for listing. Returns a promise with typed list.
interface
Lister
<
T
>
{
[asyncIterator]
(
)
:
AsyncIterator
<
T
,
any
,
undefined
>
;
next
(
)
:
Promise
<
T
[]
>
;
}
Type Parameters
T
Index
Methods
[async
Iterator]
next
Methods
[async
Iterator]
[async
Iterator]
(
)
:
AsyncIterator
<
T
,
any
,
undefined
>
Returns
AsyncIterator
<
T
,
any
,
undefined
>
next
next
(
)
:
Promise
<
T
[]
>
Returns
Promise
<
T
[]
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
[async
Iterator]
next
nats-base-library
Loading...
An interface for listing. Returns a promise with typed list.