Język

ILongObjFunction.Apply(Int64, Object) Method

Definition

Performs this operation on the given arguments.

[Android.Runtime.Register("apply", "(JLjava/lang/Object;)Ljava/lang/Object;", "GetApply_JLjava_lang_Object_Handler:Android.Util.Function.ILongObjFunctionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=37)]
public Java.Lang.Object? Apply(long value, Java.Lang.Object? t);
[<Android.Runtime.Register("apply", "(JLjava/lang/Object;)Ljava/lang/Object;", "GetApply_JLjava_lang_Object_Handler:Android.Util.Function.ILongObjFunctionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=37)>]
abstract member Apply : int64 * Java.Lang.Object -> Java.Lang.Object

Parameters

value
Int64

the first input argument

t
Object

the second input argument

Returns

the operation result

Attributes

Applies to