ILongFunction.Apply(Int64) Method

Definition

Applies this function to the given argument.

[Android.Runtime.Register("apply", "(J)Ljava/lang/Object;", "GetApply_JHandler:Java.Util.Functions.ILongFunctionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public Java.Lang.Object? Apply (long value);
[<Android.Runtime.Register("apply", "(J)Ljava/lang/Object;", "GetApply_JHandler:Java.Util.Functions.ILongFunctionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member Apply : int64 -> Java.Lang.Object

Parameters

value
Int64

the function argument

Returns

the function result

Attributes

Remarks

Applies this function to the given argument.

Java documentation for java.util.function.LongFunction.apply(long).

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