ThreadUtils.NamePredicatepublic static interface ThreadUtils.ThreadGroupPredicate
| Modifier and Type | Method | Description |
|---|---|---|
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 © 2001–2018. All rights reserved.