public static interface ThreadUtils.ThreadPredicate
| Modifier and Type | Method and Description | 
|---|---|
| boolean | test(Thread thread)Evaluates this predicate on the given thread. | 
boolean test(Thread thread)
thread - the threadtrue if the thread matches the predicate, otherwise falseCopyright © 2001–2016 The Apache Software Foundation. All rights reserved.