@tsdotnet/linq - v1.5.11
Preparing search index...
transforms
select
Function select
select
<
T
,
TSelect
>
(
selector
:
SelectorWithIndex
<
T
,
TSelect
>
,
)
:
IterableValueTransform
<
T
,
TSelect
>
An iterable filter that transforms (maps / projects) the output from the contained elements.
Type Parameters
T
TSelect
Parameters
selector
:
SelectorWithIndex
<
T
,
TSelect
>
Returns
IterableValueTransform
<
T
,
TSelect
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@tsdotnet/linq - v1.5.11
Loading...
An iterable filter that transforms (maps / projects) the output from the contained elements.