public static interface ThreadUtils.ThreadGroupPredicate
| Modifier and Type | Method and 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–2016 The Apache Software Foundation. All rights reserved.