Interface ThreadUtils.ThreadPredicate

    • Method Detail

      • test

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