Preparing search index...
The search index is not available
iteragain - v4.1.5
iteragain
internal/FlatMapIterator
FlatMapIterator
Class FlatMapIterator<T, R>
Maps and flattens an iterator by a depth of 1.
Type Parameters
T
R
Implements
IterableIterator
<
R
>
Index
Constructors
constructor
Properties
inner
iteratee
iterator
Methods
[iterator]
next
Constructors
constructor
new
Flat
Map
Iterator
<
T
,
R
>
(
iterator
,
iteratee
)
:
FlatMapIterator
<
T
,
R
>
Type Parameters
T
R
Parameters
iterator
:
Iterator
<
T
,
any
,
any
>
iteratee
:
Iteratee
<
T
,
R
|
IteratorOrIterable
<
R
>
>
Returns
FlatMapIterator
<
T
,
R
>
Properties
Protected
inner
inner
:
null
|
Iterator
<
R
,
any
,
any
>
= null
Protected
Readonly
iteratee
iteratee
:
Iteratee
<
T
,
R
|
IteratorOrIterable
<
R
>
>
Protected
Readonly
iterator
iterator
:
Iterator
<
T
,
any
,
any
>
Methods
[iterator]
[iterator]
(
)
:
IterableIterator
<
R
,
any
,
any
>
Returns
IterableIterator
<
R
,
any
,
any
>
next
next
(
...
args
)
:
IteratorResult
<
R
,
any
>
Parameters
Rest
...
args
:
any
[]
Returns
IteratorResult
<
R
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
inner
iteratee
iterator
Methods
[iterator]
next
iteragain - v4.1.5
arrayLike
arrayLike
chunks
chunks
combinations
combinations
compress
compress
concat
concat
consume
consume
count
count
cycle
cycle
distribute
distribute
divide
divide
dropWhile
dropWhile
empty
empty
enumerate
enumerate
every
every
filter
filter
filterMap
filterMap
find
find
findIndex
findIndex
flatMap
flatMap
flatten
flatten
forEach
forEach
groupBy
groupBy
includes
includes
index
internal
CachedIterator
CachedIterator
ChunksIterator
ChunksIterator
CombinationsIterator
CombinationsIterator
CompressIterator
CompressIterator
ConcatIterator
ConcatIterator
CycleIterator
CycleIterator
DropWhileIterator
DropWhileIterator
EmptyIterator
EmptyIterator
ExtendedIterator
ExtendedIterator
FilterIterator
FilterIterator
FilterMapIterator
FilterMapIterator
FlatMapIterator
FlatMapIterator
FlattenIterator
FlattenIterator
FunctionIterator
FunctionIterator
GroupByIterator
GroupByIterator
MapIterator
MapIterator
ObjectIterator
ObjectIterator
PairwiseIterator
PairwiseIterator
PermutationsIterator
PermutationsIterator
ProductIterator
ProductIterator
RangeIterator
RangeIterator
RepeatIterator
RepeatIterator
ResumeIterator
ResumeIterator
RoundrobinIterator
RoundrobinIterator
SeekableIterator
SeekableIterator
SliceIterator
SliceIterator
TakeWhileIterator
TakeWhileIterator
TapIterator
TapIterator
TeedIterator
TeedIterator
TriplewiseIterator
TriplewiseIterator
WindowsIterator
WindowsIterator
ZipIterator
ZipIterator
ZipLongestIterator
ZipLongestIterator
isIterable
isIterable
isIterator
isIterator
iter
iter
length
length
map
map
max
max
min
min
minmax
minmax
nth
nth
pairwise
pairwise
partition
partition
permutations
permutations
pipe
pipe
pluck
pluck
product
product
promiseAll
promiseAll
promiseRace
promiseRace
quantify
quantify
range
range
reduce
reduce
repeat
repeat
resume
resume
reverse
reverse
roundrobin
roundrobin
seekable
seekable
shuffle
shuffle
slice
slice
some
some
sort
sort
spy
spy
take
take
takeWhile
takeWhile
tap
tap
tee
tee
toArray
toArray
toIterableIterator
toIterableIterator
toIterator
toIterator
triplewise
triplewise
types
Fn
Awaited
Callback
FlattenDeep
FlattenDepth1
FlattenDepth2
FlattenDepth3
FlattenDepth4
FlattenDepth5
IntRange
Iteratee
IteratorOrIterable
IterSource
ItOrCurriedIt
KeyIdentifier
KeyIdentifiersValue
MapToSource
ObjectEntry
Predicate
ShiftArr
StrictPredicate
Tuple
UnconstrainedTuple
UniqueParams
unique
unique
unzip
unzip
windows
windows
zip
zip
zipLongest
zipLongest
M
M
N
E
P
V
F
C
I
C
P
M
F
P
C
P
T
T
A
A
A
T
R
Maps and flattens an iterator by a depth of 1.