Class IntegerRangePredicate<T>

    • Method Detail

      • getValueInt

        protected abstract Integer getValueInt​(T object)
      • match

        public boolean match​(T object)
      • getMinimumValue

        public int getMinimumValue()
        Return the minimum value of this predicate's range, inclusive.
      • getMaximumValue

        public int getMaximumValue()
        Return the maximum value of this predicate's range, inclusive.