ThreadUtils.NamePredicate
public 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 false
Copyright © 2001–2018. All rights reserved.