IIntFunction.Apply(Int32) 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.
Applies this function to the given argument.
[Android.Runtime.Register("apply", "(I)Ljava/lang/Object;", "GetApply_IHandler:Java.Util.Functions.IIntFunctionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public Java.Lang.Object? Apply (int value);
[<Android.Runtime.Register("apply", "(I)Ljava/lang/Object;", "GetApply_IHandler:Java.Util.Functions.IIntFunctionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member Apply : int -> Java.Lang.Object
Parameters
- value
- Int32
the function argument
Returns
the function result
- Attributes
Remarks
Applies this function to the given argument.
Java documentation for java.util.function.IntFunction.apply(int)
.
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.