Uses of Interface
dev.cel.expr.Expr.CallOrBuilder
-
Packages that use Expr.CallOrBuilder Package Description dev.cel.expr -
-
Uses of Expr.CallOrBuilder in dev.cel.expr
Classes in dev.cel.expr that implement Expr.CallOrBuilder Modifier and Type Class Description static classExpr.CallA call expression, including calls to predefined functions and operators.static classExpr.Call.BuilderA call expression, including calls to predefined functions and operators.Methods in dev.cel.expr that return Expr.CallOrBuilder Modifier and Type Method Description Expr.CallOrBuilderExpr.Builder. getCallExprOrBuilder()A call expression, including calls to predefined functions and operators.Expr.CallOrBuilderExpr. getCallExprOrBuilder()A call expression, including calls to predefined functions and operators.Expr.CallOrBuilderExprOrBuilder. getCallExprOrBuilder()A call expression, including calls to predefined functions and operators.
-