@FunctionalInterface 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–2020 The Apache Software Foundation. All rights reserved.