Uses of Interface
org.apache.commons.lang3.ThreadUtils.ThreadGroupPredicate
Package
Description
Provides highly reusable static utility methods, chiefly concerned with adding value to the
java.lang
classes.-
Uses of ThreadUtils.ThreadGroupPredicate in org.apache.commons.lang3
Modifier and TypeMethodDescriptionstatic Collection<ThreadGroup>
ThreadUtils.findThreadGroups
(ThreadGroup threadGroup, boolean recurse, ThreadUtils.ThreadGroupPredicate predicate) Deprecated.static Collection<ThreadGroup>
ThreadUtils.findThreadGroups
(ThreadUtils.ThreadGroupPredicate predicate) Deprecated.
Predicate
.