Predicate.@Deprecated @FunctionalInterface public static interface ThreadUtils.ThreadGroupPredicate
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(ThreadGroup threadGroup)
Deprecated.
Evaluates this predicate on the given thread group.
|
boolean test(ThreadGroup threadGroup)
threadGroup - the thread grouptrue if the threadGroup matches the predicate, otherwise falseCopyright © 2001–2023 The Apache Software Foundation. All rights reserved.