Uses of Class
dev.cel.expr.Type.FunctionType.Builder
Packages that use Type.FunctionType.Builder
-
Uses of Type.FunctionType.Builder in dev.cel.expr
Fields in dev.cel.expr with type parameters of type Type.FunctionType.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Type.FunctionType, Type.FunctionType.Builder, Type.FunctionTypeOrBuilder> Type.Builder.functionBuilder_
Methods in dev.cel.expr that return Type.FunctionType.BuilderModifier and TypeMethodDescriptionType.FunctionType.Builder.addAllArgTypes
(Iterable<? extends Type> values) Argument types of the function.Type.FunctionType.Builder.addArgTypes
(int index, Type value) Argument types of the function.Type.FunctionType.Builder.addArgTypes
(int index, Type.Builder builderForValue) Argument types of the function.Type.FunctionType.Builder.addArgTypes
(Type value) Argument types of the function.Type.FunctionType.Builder.addArgTypes
(Type.Builder builderForValue) Argument types of the function.Type.FunctionType.Builder.clear()
Type.FunctionType.Builder.clearArgTypes()
Argument types of the function.Type.FunctionType.Builder.clearResultType()
Result type of the function.Type.Builder.getFunctionBuilder()
Function type.Type.FunctionType.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Type.FunctionType.Builder.mergeFrom
(com.google.protobuf.Message other) Type.FunctionType.Builder.mergeFrom
(Type.FunctionType other) Type.FunctionType.Builder.mergeResultType
(Type value) Result type of the function.static Type.FunctionType.Builder
Type.FunctionType.newBuilder()
static Type.FunctionType.Builder
Type.FunctionType.newBuilder
(Type.FunctionType prototype) Type.FunctionType.newBuilderForType()
protected Type.FunctionType.Builder
Type.FunctionType.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Type.FunctionType.Builder.removeArgTypes
(int index) Argument types of the function.Type.FunctionType.Builder.setArgTypes
(int index, Type value) Argument types of the function.Type.FunctionType.Builder.setArgTypes
(int index, Type.Builder builderForValue) Argument types of the function.Type.FunctionType.Builder.setResultType
(Type value) Result type of the function.Type.FunctionType.Builder.setResultType
(Type.Builder builderForValue) Result type of the function.Type.FunctionType.toBuilder()
Methods in dev.cel.expr that return types with arguments of type Type.FunctionType.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Type.FunctionType, Type.FunctionType.Builder, Type.FunctionTypeOrBuilder> Type.Builder.internalGetFunctionFieldBuilder()
Function type.Methods in dev.cel.expr with parameters of type Type.FunctionType.BuilderModifier and TypeMethodDescriptionType.Builder.setFunction
(Type.FunctionType.Builder builderForValue) Function type.