greaterThan abstract method

ExpressionInterface greaterThan(
  1. ExpressionInterface expression
)

Returns a new expression which evaluates whether this expression is greater than the given expression.

Implementation

ExpressionInterface greaterThan(ExpressionInterface expression);