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