Preparing search index...
The search index is not available
yatter
yatter
is
isSomeMatch
Function isSomeMatch
is
Some
Match
<
I
,
T
>
(
inputs
:
I
[]
, matcher
:
Matcher
<
I
,
T
>
)
:
boolean
判断参数一数组中是否有元素能够和参数二的条件相匹配
Returns
Type Parameters
I
T
Parameters
inputs:
I
[]
matcher:
Matcher
<
I
,
T
>
Returns
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
yatter
array
case
constant
function
index
is
number
object
reg
string
type
url
Matcher
Test
Function
is
All
Match
is
Blank
is
Empty
is
Match
is
Match
All
is
Match
Some
is
Some
Match
Generated using
TypeDoc
判断参数一数组中是否有元素能够和参数二的条件相匹配
Returns