Interface ThreadUtils.ThreadPredicate

    • Method Detail

      • test

        boolean test​(Thread thread)
        Evaluates this predicate on the given thread.
        Parameters:
        thread - the thread
        Returns:
        true if the thread matches the predicate, otherwise false