Preparing search index...
The search index is not available
itr8
itr8
index
TPushable
Type alias TPushable<TIn, TOut>
TPushable
<
TIn
,
TOut
>
:
{
done
:
(
(
)
=>
void
)
;
push
:
(
(
T
:
any
)
=>
void
)
;
}
Anything with a push and a done method, to support pushable async iterators.
Type Parameters
TIn =
any
TOut =
any
Type declaration
done
:
(
(
)
=>
void
)
(
)
:
void
Returns
void
push
:
(
(
T
:
any
)
=>
void
)
(
T
:
any
)
:
void
Parameters
T:
any
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
itr8
Change
Log
Roadmap
index
interface
operators
peer
util
Async
Function
average
branch
And
Merge
compose
debounce
dedup
delay
distribute
do
After
do
After
Factory
every
filter
flat
Map
flatten
for
Each
for
Loop
group
Per
identity
intersperse
is
Promise
itr8
From
Array
itr8
From
Array
Async
itr8
From
Impure
Function
itr8
From
Iterable
itr8
From
Single
Value
itr8
From
Single
Value
Async
itr8
From
String
itr8
From
String
Async
itr8
Interval
itr8
Pipe
itr8
Pushable
itr8
Range
itr8
Range
Async
itr8
To
Array
itr8
To
Multi
Iterable
itr8
To
Object
itr8
To
String
line
By
Line
map
max
min
most
Recent
parallel
peek
percentile
pipe
power
Map
prefetch
reduce
repeat
repeat
Each
running
Average
running
Percentile
running
Reduce
running
Total
skip
skip
While
some
sort
split
string
To
Char
take
take
While
tap
thenable
thenable
Factory
throttle
total
uniq
uniq
By
zip
TNext
Fn
Result
TPushable
TThenable
TTrans
Iterator
Sync
Or
Async
Generated using
TypeDoc
Anything with a push and a done method, to support pushable async iterators.