Package org.apache.commons.lang3
Interface ThreadUtils.ThreadGroupPredicate
- All Known Implementing Classes:
ThreadUtils.NamePredicate
- Enclosing class:
- ThreadUtils
public static interface ThreadUtils.ThreadGroupPredicate
A predicate for selecting threadgroups.
-
Method Summary
Modifier and TypeMethodDescriptionbooleantest(ThreadGroup threadGroup) Evaluates this predicate on the given threadgroup.
-
Method Details
-
test
Evaluates this predicate on the given threadgroup.- Parameters:
threadGroup- the threadgroup- Returns:
trueif the threadGroup matches the predicate, otherwisefalse
-