Uses of Class
dev.cel.expr.Type.FunctionType
-
Packages that use Type.FunctionType Package Description dev.cel.expr -
-
Uses of Type.FunctionType in dev.cel.expr
Methods in dev.cel.expr that return Type.FunctionType Modifier and Type Method Description Type.FunctionTypeType.FunctionType.Builder. build()Type.FunctionTypeType.FunctionType.Builder. buildPartial()static Type.FunctionTypeType.FunctionType. getDefaultInstance()Type.FunctionTypeType.FunctionType.Builder. getDefaultInstanceForType()Type.FunctionTypeType.FunctionType. getDefaultInstanceForType()Type.FunctionTypeType.Builder. getFunction()Function type.Type.FunctionTypeType. getFunction()Function type.Type.FunctionTypeTypeOrBuilder. getFunction()Function type.static Type.FunctionTypeType.FunctionType. parseDelimitedFrom(java.io.InputStream input)static Type.FunctionTypeType.FunctionType. parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static Type.FunctionTypeType.FunctionType. parseFrom(byte[] data)static Type.FunctionTypeType.FunctionType. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)static Type.FunctionTypeType.FunctionType. parseFrom(ByteString data)static Type.FunctionTypeType.FunctionType. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static Type.FunctionTypeType.FunctionType. parseFrom(CodedInputStream input)static Type.FunctionTypeType.FunctionType. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static Type.FunctionTypeType.FunctionType. parseFrom(java.io.InputStream input)static Type.FunctionTypeType.FunctionType. parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static Type.FunctionTypeType.FunctionType. parseFrom(java.nio.ByteBuffer data)static Type.FunctionTypeType.FunctionType. parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry)Methods in dev.cel.expr that return types with arguments of type Type.FunctionType Modifier and Type Method Description Parser<Type.FunctionType>Type.FunctionType. getParserForType()static Parser<Type.FunctionType>Type.FunctionType. parser()Methods in dev.cel.expr with parameters of type Type.FunctionType Modifier and Type Method Description Type.FunctionType.BuilderType.FunctionType.Builder. mergeFrom(Type.FunctionType other)Type.BuilderType.Builder. mergeFunction(Type.FunctionType value)Function type.static Type.FunctionType.BuilderType.FunctionType. newBuilder(Type.FunctionType prototype)Type.BuilderType.Builder. setFunction(Type.FunctionType value)Function type.
-