Interface Parameter

    • Method Detail

      • isNull

        Condition isNull()
        Factory method to create a Condition that checks if this Parameter is null.
        Returns:
        Condition that checks if this Parameter is null.
      • isNotNull

        Condition isNotNull()
        Factory method to create a Condition that checks if this Parameter is not null.
        Returns:
        Condition that checks if this Parameter is not null.