Preparing search index...
The search index is not available
@daiso-tech/core - v0.38.0
@daiso-tech/core
collection/implementations/iterable-collection/_shared/validate-iterable
ValidateIterable
Class ValidateIterable<TInput, TOutput>
Type Parameters
TInput
TOutput
Implements
Iterable
<
TOutput
>
Index
Constructors
constructor
Methods
[iterator]
Constructors
constructor
new
ValidateIterable
<
TInput
,
TOutput
>
(
iterable
:
Iterable
<
TInput
,
any
,
any
>
,
schema
:
StandardSchemaV1
<
TInput
,
TOutput
>
,
)
:
ValidateIterable
<
TInput
,
TOutput
>
Type Parameters
TInput
TOutput
Parameters
iterable
:
Iterable
<
TInput
,
any
,
any
>
schema
:
StandardSchemaV1
<
TInput
,
TOutput
>
Returns
ValidateIterable
<
TInput
,
TOutput
>
Methods
[iterator]
"[iterator]"
()
:
Iterator
<
TOutput
,
any
,
any
>
Returns
Iterator
<
TOutput
,
any
,
any
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
[iterator]
@daiso-tech/core - v0.38.0
Loading...