Documentation
Preparing search index...
@alexaegis/predicate
index
predicate
Variable predicate
Const
predicate
:
{
and
:
<
T
>
(
...
predicates
:
Predicate
<
T
>
[]
)
=>
Predicate
<
T
>
;
contains
:
<
T
extends
string
>
(
criteria
:
T
)
=>
Predicate
<
string
>
;
equal
:
<
T
>
(
criteria
:
T
)
=>
(
value
?:
T
|
null
)
=>
value
is
T
;
matchRegExp
:
<
T
extends
string
>
(
criteria
:
RegExp
)
=>
Predicate
<
string
>
;
not
:
<
T
>
(
predicate
:
Predicate
<
T
>
)
=>
Predicate
<
T
>
;
or
:
<
T
>
(
...
predicates
:
Predicate
<
T
>
[]
)
=>
Predicate
<
T
>
;
}
= ...
Type Declaration
and
:
<
T
>
(
...
predicates
:
Predicate
<
T
>
[]
)
=>
Predicate
<
T
>
contains
:
<
T
extends
string
>
(
criteria
:
T
)
=>
Predicate
<
string
>
equal
:
<
T
>
(
criteria
:
T
)
=>
(
value
?:
T
|
null
)
=>
value
is
T
matchRegExp
:
<
T
extends
string
>
(
criteria
:
RegExp
)
=>
Predicate
<
string
>
not
:
<
T
>
(
predicate
:
Predicate
<
T
>
)
=>
Predicate
<
T
>
or
:
<
T
>
(
...
predicates
:
Predicate
<
T
>
[]
)
=>
Predicate
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...