Uses of Interface
dev.cel.expr.Expr.CreateListOrBuilder
-
Packages that use Expr.CreateListOrBuilder Package Description dev.cel.expr -
-
Uses of Expr.CreateListOrBuilder in dev.cel.expr
Classes in dev.cel.expr that implement Expr.CreateListOrBuilder Modifier and Type Class Description static classExpr.CreateListA list creation expression.static classExpr.CreateList.BuilderA list creation expression.Fields in dev.cel.expr with type parameters of type Expr.CreateListOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Expr.CreateList,Expr.CreateList.Builder,Expr.CreateListOrBuilder>Expr.Builder. listExprBuilder_Methods in dev.cel.expr that return Expr.CreateListOrBuilder Modifier and Type Method Description Expr.CreateListOrBuilderExpr.Builder. getListExprOrBuilder()A list creation expression.Expr.CreateListOrBuilderExpr. getListExprOrBuilder()A list creation expression.Expr.CreateListOrBuilderExprOrBuilder. getListExprOrBuilder()A list creation expression.Methods in dev.cel.expr that return types with arguments of type Expr.CreateListOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Expr.CreateList,Expr.CreateList.Builder,Expr.CreateListOrBuilder>Expr.Builder. getListExprFieldBuilder()A list creation expression.
-