Package brave.sampler

Class Matchers

    • Constructor Detail

      • Matchers

        public Matchers()
    • Method Detail

      • alwaysMatch

        public static <P> Matcher<P> alwaysMatch()
        Since:
        5.8
      • neverMatch

        public static <P> Matcher<P> neverMatch()
        Since:
        5.8
      • and

        public static <P> Matcher<P> and​(Matcher<P>... matchers)
        Since:
        5.8
      • or

        public static <P> Matcher<P> or​(Matcher<P>... matchers)
        Since:
        5.8