DefinitionNamespace: Java.Util.Functions Assembly: Mono.Android.dll Represents a function that accepts one argument and produces a result.C# Salin [Android.Runtime.Register("java/util/function/Function", "", "Java.Util.Functions.IFunctionInvoker", ApiSince=24)] [Java.Interop.JavaTypeParameters...
Definition Namespace: Java.Util.Functions Assembly: Mono.Android.dll Represents a function that accepts a double-valued argument and produces a result. C#複製 [Android.Runtime.Register("java/util/function/DoubleFunction","","Java.Util.Functions.IDoubleFunctionInvoker", ApiSince=24)] [Java.Interop...
DefinitionNamespace: Java.Util.Functions Assembly: Mono.Android.dll Represents a function that accepts a long-valued argument and produces an int-valued result.C# Copy [Android.Runtime.Register("java/util/function/LongToIntFunction", "", "Java.Util.Functions.ILong...
public FunctionDefinitionVersion withFunctions(Function... functions) A list of Lambda functions in this function definition version. NOTE: This method appends the values to the existing list (if any). Use setFunctions(java.util.Collection) or withFunctions(java.util.Collection) if yo...
java.lang.Object com.azure.ai.openai.models.FunctionDefinition ImplementsJsonSerializable<FunctionDefinition> public final class FunctionDefinition implements JsonSerializable<FunctionDefinition>The definition of a caller-specified function that chat completions may invoke in response to matching user input....
That’s all you really need to know about the java.util.function.Function interface. It is a very simple component that simply requires the implementation of one method — named apply — that is passed in a single object, runs to completion and returns another Java ...
Methods inherited from class java.lang.Object getClass,notify,notifyAll,wait,wait,wait Constructor Detail GetFunctionDefinitionVersionResult public GetFunctionDefinitionVersionResult() Method Detail setArn public void setArn(Stringarn) The ARN of the function definition version. ...
An initialization function in computer science refers to a function that is called when a specific extension is loaded into the interpreter and is responsible for initializing any persistent data structures required by the application. AI generated definition based on: Tcl/Tk (Third Edition), 2012 ...
Specifies to replace the definition for the function if one exists at the current server. The existing definition is effectively dropped before the new definition is replaced in the catalog, with the exception that privileges that were granted on the function are not affected. This option can be...
If the function is referenced in the definition of a row permission or a column mask, the function cannot be replaced (SQLSTATE 42893). function-name Names the function that is being defined. It is a qualified or unqualified name that designates a function. The unqualified form offunction-nam...