Package org.apache.commons.lang3
Interface ThreadUtils.ThreadPredicate
- All Known Implementing Classes:
ThreadUtils.NamePredicate,ThreadUtils.ThreadIdPredicate
- Enclosing class:
- ThreadUtils
public static interface ThreadUtils.ThreadPredicate
A predicate for selecting threads.
-
Method Summary
-
Method Details
-
test
Evaluates this predicate on the given thread.- Parameters:
thread- the thread- Returns:
trueif the thread matches the predicate, otherwisefalse
-