@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 false
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.