Interface ThreadUtils.ThreadPredicate

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean test​(java.lang.Thread thread)
      Evaluates this predicate on the given thread.
    • Method Detail

      • test

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