Uses of Interface
org.apache.commons.lang3.ThreadUtils.ThreadPredicate
Packages that use 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
Classes in org.apache.commons.lang3 that implement ThreadUtils.ThreadPredicateModifier and TypeClassDescriptionprivate static final class
Deprecated.static class
Deprecated.Use aPredicate
.static class
Deprecated.Use aPredicate
.Methods in org.apache.commons.lang3 with parameters of type ThreadUtils.ThreadPredicateModifier and TypeMethodDescriptionstatic Collection
<Thread> ThreadUtils.findThreads
(ThreadGroup threadGroup, boolean recurse, ThreadUtils.ThreadPredicate predicate) Deprecated.static Collection
<Thread> ThreadUtils.findThreads
(ThreadUtils.ThreadPredicate predicate) Deprecated.
Predicate
.