toggle menu
dexkit-android
androidJvm
switch theme
search in API
dexkit-android
/
org.luckypray.dexkit.query.matchers
/
ClassMatcher
/
allOf
all
Of
fun
allOf
(
matchers
:
Collection
<
ClassMatcher
>
)
:
ClassMatcher
fun
allOf
(
vararg
matchers
:
ClassMatcher
)
:
ClassMatcher
Add child matchers that must all match.
----------------
添加需要全部匹配的子匹配器。
fun
allOf
(
init
:
ClassMatcherList
.
(
)
->
Unit
)
:
ClassMatcher
See also
Class
Matcher.
allOf