@tsdotnet/linq - v1.5.11
Preparing search index...
resolutions
all
Function all
all
<
T
>
(
predicate
:
PredicateWithIndex
<
T
>
)
:
IterableTransform
<
T
,
boolean
>
An iterable transform that resolves false if the predicate ever returns false. Otherwise true.
Type Parameters
T
Parameters
predicate
:
PredicateWithIndex
<
T
>
Returns
IterableTransform
<
T
,
boolean
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@tsdotnet/linq - v1.5.11
Loading...
An iterable transform that resolves false if the predicate ever returns false. Otherwise true.