namespace Java.Util.Functions
{
[JavaTypeParameters(new[] { "T" })]
[Register("java/util/function/ToLongFunction", "", "Java.Util.Functions.IToLongFunctionInvoker", ApiSince = 24)]
public interface IToLongFunction : IJavaObject, IJavaPeerable, IDisposable
{
[Register("applyAsLong", "(Ljava/lang/Object;)J", "GetApplyAsLong_Ljava_lang_Object_Handler:Java.Util.Functions.IToLongFunctionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince = 24)]
long ApplyAsLong(Object? value);
}
}
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
---|---|
Help | Documentation |
.NET | 6.0-android7.0-android |
Xamarin Android | 0.0 |
OS Platforms | For the selected framework this API is only supported on the following OS platforms:
|