Package org.apache.commons.lang3
Interface ThreadUtils.ThreadPredicate
- 
- All Known Implementing Classes:
 ThreadUtils.NamePredicate,ThreadUtils.ThreadIdPredicate
- 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 @FunctionalInterface public static interface ThreadUtils.ThreadPredicateDeprecated.Use aPredicate.A predicate for selecting threads. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleantest(java.lang.Thread thread)Deprecated.Evaluates this predicate on the given thread. 
 -