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