Class ConditionBiValue<T extends Conditionable<T>>

  • Type Parameters:
    T - The type of the conditionable

    public class ConditionBiValue<T extends Conditionable<T>>
    extends java.lang.Object
    The ConditionBiValue is used for the BETWEEN operator, to restrict values to two.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T values​(java.lang.Object value1, java.lang.Object value2)
      Set two values to be used as conditions
      • Methods inherited from class java.lang.Object

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

      • values

        public T values​(java.lang.Object value1,
                        java.lang.Object value2)
        Set two values to be used as conditions
        Parameters:
        value1 - The first value
        value2 - The second value
        Returns:
        This instance