IBiFunction.Apply(Object, Object) Method

Definition

Applies this function to the given arguments.

[Android.Runtime.Register("apply", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", "GetApply_Ljava_lang_Object_Ljava_lang_Object_Handler:Java.Util.Functions.IBiFunctionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public Java.Lang.Object? Apply (Java.Lang.Object? t, Java.Lang.Object? u);
[<Android.Runtime.Register("apply", "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;", "GetApply_Ljava_lang_Object_Ljava_lang_Object_Handler:Java.Util.Functions.IBiFunctionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member Apply : Java.Lang.Object * Java.Lang.Object -> Java.Lang.Object

Parameters

t
Object

the first function argument

u
Object

the second function argument

Returns

the function result

Attributes

Remarks

Applies this function to the given arguments.

Java documentation for java.util.function.BiFunction.apply(T, U).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to