Class ThreadUtils.ThreadIdPredicate

    • Constructor Detail

      • ThreadIdPredicate

        public ThreadIdPredicate​(long threadId)
        Predicate constructor
        Parameters:
        threadId - the threadId to match
        Throws:
        IllegalArgumentException - if the threadId is zero or negative
    • Method Detail