Search
Preparing search index...
The search index is not available
@nestjs/microservices
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
ZipIterator
Class ZipIterator
Hierarchy
ZipIterator
Index
Constructors
constructor
Methods
next
Constructors
constructor
new
Zip
Iterator
(
a
:
any
, b
:
any
)
:
ZipIterator
Parameters
a:
any
b:
any
Returns
ZipIterator
Methods
next
next
(
)
:
{
done
:
boolean
}
|
{
done
:
boolean
;
value
:
any
[]
}
Returns
{
done
:
boolean
}
|
{
done
:
boolean
;
value
:
any
[]
}
Globals
Zip
Iterator
constructor
next
Generated using
TypeDoc