yatter
Preparing search index...
is
isSomeMatch
Function isSomeMatch
isSomeMatch
<
I
,
T
>
(
inputs
:
I
[]
,
matcher
:
Matcher
<
I
,
T
>
)
:
boolean
判断参数一数组中是否有元素能够和参数二的条件相匹配
Type Parameters
I
T
Parameters
inputs
:
I
[]
matcher
:
Matcher
<
I
,
T
>
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
yatter
Loading...
判断参数一数组中是否有元素能够和参数二的条件相匹配