IToIntFunction.ApplyAsInt(Object) Method

Definition

Applies this function to the given argument.

[Android.Runtime.Register("applyAsInt", "(Ljava/lang/Object;)I", "GetApplyAsInt_Ljava_lang_Object_Handler:Java.Util.Functions.IToIntFunctionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public int ApplyAsInt (Java.Lang.Object? value);
[<Android.Runtime.Register("applyAsInt", "(Ljava/lang/Object;)I", "GetApplyAsInt_Ljava_lang_Object_Handler:Java.Util.Functions.IToIntFunctionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member ApplyAsInt : Java.Lang.Object -> int

Parameters

value
Object

the function argument

Returns

the function result

Attributes

Remarks

Applies this function to the given argument.

Java documentation for java.util.function.ToIntFunction.applyAsInt(T).

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