Package org.apache.commons.lang3
Interface ThreadUtils.ThreadGroupPredicate
- All Known Implementing Classes:
- ThreadUtils.NamePredicate
- Enclosing class:
- ThreadUtils
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Deprecated.
A predicate for selecting thread groups.
- 
Method SummaryModifier and TypeMethodDescriptionbooleantest(ThreadGroup threadGroup) Deprecated.Evaluates this predicate on the given thread group.
- 
Method Details- 
testDeprecated.Evaluates this predicate on the given thread group.- Parameters:
- threadGroup- the thread group
- Returns:
- trueif the threadGroup matches the predicate, otherwise- false
 
 
- 
Predicate.