Interface ValueBoolean

All Superinterfaces:
Expressions.Operand, Expressions.OperandSingle, FilterableBoolean, FilterableComparisonAbsolute
All Known Implementing Classes:
ValueBoolean.Expression

OData filter expression operand of type Edm.Boolean
  • Field Details

    • NULL

      @Nonnull static final ValueBoolean NULL
      Null value for boolean operations.
  • Method Details

    • literal

      @Nonnull static ValueBoolean literal(@Nonnull Boolean v)
      Get the literal of this expression.
      Parameters:
      v - boolean.
      Returns:
      The literal.