@tsdotnet/linq - v1.5.11
Preparing search index...
filters
where
Function where
where
<
T
>
(
predicate
:
PredicateWithIndex
<
T
>
)
:
IterableFilter
<
T
>
An iterable filter that only returns elements that match the provided predicate.
Type Parameters
T
Parameters
predicate
:
PredicateWithIndex
<
T
>
Returns
IterableFilter
<
T
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@tsdotnet/linq - v1.5.11
Loading...
An iterable filter that only returns elements that match the provided predicate.