Searched refs:ThreadGroupPredicate (Results 1 – 4 of 4) sorted by relevance
49 … private static final class AlwaysTruePredicate implements ThreadPredicate, ThreadGroupPredicate {74 public static class NamePredicate implements ThreadPredicate, ThreadGroupPredicate {108 public interface ThreadGroupPredicate { interface in ThreadUtils303 …roups(final ThreadGroup threadGroup, final boolean recurse, final ThreadGroupPredicate predicate) { in findThreadGroups()320 public static Collection<ThreadGroup> findThreadGroups(final ThreadGroupPredicate predicate) { in findThreadGroups()
38 import org.apache.commons.lang3.ThreadUtils.ThreadGroupPredicate;288 …hrows(NullPointerException.class, () -> ThreadUtils.findThreadGroups((ThreadGroupPredicate) null)); in testThreadGroupsNullPredicate()
37 o LANG-1417: Add @FunctionalInterface to ThreadPredicate and ThreadGroupPredicate
354 o LANG-1417: Add @FunctionalInterface to ThreadPredicate and ThreadGroupPredicate