Interface ThreadUtils.ThreadGroupPredicate

    • Method Summary

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

      • test

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