Prelude API
Guides
Skill
GitHub
Preparing search index...
@prelude/async-generator
AnyPredicate
Type Alias AnyPredicate<T, U>
AnyPredicate
:
Predicate
<
T
>
|
AsyncPredicate
<
T
>
|
TypePredicate
<
T
,
U
>
A union of all predicate types (sync, async, or type predicate).
Type Parameters
T
The type of values being tested
U
extends
T
=
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
Skill
GitHub
Prelude API
Loading...
A union of all predicate types (sync, async, or type predicate).