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