public static interface Threads.ThreadGroupPredicate
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
test(ThreadGroup threadGroup)
Evaluates this predicate on the given threadgroup.
|
boolean test(ThreadGroup threadGroup)
threadGroup - the threadgrouptrue if the threadGroup matches the predicate, otherwise falseCopyright © 2020. All rights reserved.