Lingua

IIntObjFunction.Apply(Int32, Object) Method

Definition

Performs this operation on the given arguments.

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

Parameters

value
Int32

the first input argument

t
Object

the second input argument

Returns

the operation result

Attributes

Applies to