Interface CelExpr.Unary

All Superinterfaces:
CelExpr
All Known Implementing Classes:
CelExpr.Negative, CelExpr.Not
Enclosing interface:
CelExpr

public static sealed interface CelExpr.Unary extends CelExpr permits CelExpr.Negative, CelExpr.Not
An expression composed by a unary operator.
Since:
10.7
  • Method Details