Search
Preparing search index...
The search index is not available
Sugar.js - v2.12.0-beta.4
Options
All
Public
Public/Protected
All
Inherited
Menu
Sugar.js - v2.12.0-beta.4
onceiter
OnceIter
Class OnceIter<T>
Cache the results of the iterator
Type parameters
T
Hierarchy
OnceIter
Implements
Iterable
<
T
>
Index
Constructors
constructor
Methods
[iterator]
Constructors
constructor
new
Once
Iter
<
T
>
(
source
:
Iterable
<
T
>
)
:
OnceIter
<
T
>
Type parameters
T
Parameters
source:
Iterable
<
T
>
Returns
OnceIter
<
T
>
Methods
[iterator]
[iterator]
(
)
:
Iterator
<
T
,
any
,
undefined
>
Returns
Iterator
<
T
,
any
,
undefined
>
Modules
async
box
delay
effect
event
flu
fn
index
lazy
linked
map
math
math/number
math/safe
Div
maybe
number
onceiter
option
pipe
range
result
safe
Div
seq
seq/fp
seq
seq/linq
seq/ops
slice
task
types
walker
Once
Iter
constructor
[iterator]
Generated using
TypeDoc
Cache the results of the iterator