Uses of Interface
dev.cel.expr.Type.ListTypeOrBuilder
-
Packages that use Type.ListTypeOrBuilder Package Description dev.cel.expr -
-
Uses of Type.ListTypeOrBuilder in dev.cel.expr
Classes in dev.cel.expr that implement Type.ListTypeOrBuilder Modifier and Type Class Description static classType.ListTypeList type with typed elements, e.g.static classType.ListType.BuilderList type with typed elements, e.g.Fields in dev.cel.expr with type parameters of type Type.ListTypeOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Type.ListType,Type.ListType.Builder,Type.ListTypeOrBuilder>Type.Builder. listTypeBuilder_Methods in dev.cel.expr that return Type.ListTypeOrBuilder Modifier and Type Method Description Type.ListTypeOrBuilderType.Builder. getListTypeOrBuilder()Parameterized list with elements of `list_type`, e.g.Type.ListTypeOrBuilderType. getListTypeOrBuilder()Parameterized list with elements of `list_type`, e.g.Type.ListTypeOrBuilderTypeOrBuilder. getListTypeOrBuilder()Parameterized list with elements of `list_type`, e.g.Methods in dev.cel.expr that return types with arguments of type Type.ListTypeOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Type.ListType,Type.ListType.Builder,Type.ListTypeOrBuilder>Type.Builder. getListTypeFieldBuilder()Parameterized list with elements of `list_type`, e.g.
-