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 class
Type.ListType
List type with typed elements, e.g.static class
Type.ListType.Builder
List 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.ListTypeOrBuilder
Type.Builder. getListTypeOrBuilder()
Parameterized list with elements of `list_type`, e.g.Type.ListTypeOrBuilder
Type. getListTypeOrBuilder()
Parameterized list with elements of `list_type`, e.g.Type.ListTypeOrBuilder
TypeOrBuilder. 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.
-