toggle menu
dexkit-android
androidJvm
switch theme
search in API
dexkit-android
/
org.luckypray.dexkit.query.matchers
/
MethodMatcher
/
anyOf
any
Of
fun
anyOf
(
matchers
:
Collection
<
MethodMatcher
>
)
:
MethodMatcher
fun
anyOf
(
vararg
matchers
:
MethodMatcher
)
:
MethodMatcher
Add child matchers where at least one must match.
----------------
添加至少需要匹配一个的子匹配器。
fun
anyOf
(
init
:
MethodMatcherList
.
(
)
->
Unit
)
:
MethodMatcher
See also
Method
Matcher.
anyOf