ILongObjFunction.Apply(Int64, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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