Skip to content

@ralphschuler.binary serializer.<internal>.IterableIterator

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: IterableIterator<T>

@ralphschuler/binary-serializer.<internal>.IterableIterator

Type parameters

Name
T

Hierarchy

Table of contents

Methods

Methods

[iterator]

[iterator](): IterableIterator<T>

Returns

IterableIterator<T>

Defined in

node_modules/typescript/lib/lib.es2015.iterable.d.ts:53


next

next(...args): IteratorResult<T, any>

Parameters

Name Type
...args [] | [undefined]

Returns

IteratorResult<T, any>

Inherited from

Iterator.next

Defined in

node_modules/typescript/lib/lib.es2015.iterable.d.ts:43


return

return(value?): IteratorResult<T, any>

Parameters

Name Type
value? any

Returns

IteratorResult<T, any>

Inherited from

Iterator.return

Defined in

node_modules/typescript/lib/lib.es2015.iterable.d.ts:44


throw

throw(e?): IteratorResult<T, any>

Parameters

Name Type
e? any

Returns

IteratorResult<T, any>

Inherited from

Iterator.throw

Defined in

node_modules/typescript/lib/lib.es2015.iterable.d.ts:45

Typescript Libraries

Modules

Namespaces

Clone this wiki locally