Module brave
Package brave.sampler

Class ParameterizedSampler.Rule<P>

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Rule​(float probability)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      abstract boolean matches​(P parameters)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Rule

        protected Rule​(float probability)
        Deprecated.
    • Method Detail

      • matches

        public abstract boolean matches​(P parameters)
        Deprecated.
        Specified by:
        matches in interface Matcher<P>