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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
test(java.lang.ThreadGroup threadGroup)
Evaluates this predicate on the given threadgroup.
-