ThreadUtils.NamePredicate
, ThreadUtils.ThreadIdPredicate
public static interface ThreadUtils.ThreadPredicate
Modifier and Type | Method | 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 false
Copyright © 2001–2018. All rights reserved.