Uses of Class
org.graylog.events.conditions.Expr.Greater
Packages that use Expr.Greater
-
Uses of Expr.Greater in org.graylog.events.conditions
Methods in org.graylog.events.conditions that return Expr.GreaterModifier and TypeMethodDescriptionstatic Expr.GreaterExpr.Greater.create(String expr, Expression<Double> left, Expression<Double> right) static Expr.GreaterExpr.Greater.create(Expression<Double> left, Expression<Double> right) Methods in org.graylog.events.conditions with parameters of type Expr.GreaterModifier and TypeMethodDescriptionbooleanBooleanNumberConditionsVisitor.visit(Expr.Greater greater) booleanExpressionVisitor.visit(Expr.Greater greater)