namespace Java.Util.Functions
{
[Obsolete("Use the 'Java.Util.Functions.IFunction' type. This class will be removed in a future release.")]
[Register("java/util/function/Function", ApiSince = 24, DoNotGenerateAcw = true)]
public abstract class Function : Object
{
[JavaTypeParameters(new[] { "T" })]
[Obsolete("Use 'Java.Util.Functions.IFunction.Identity'. This class will be removed in a future release.")]
[Register("identity", "()Ljava/util/function/Function;", "", ApiSince = 24)]
public static IFunction? Identity();
}
}
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
---|---|
Obsolete | Use 'Java.Util.Functions.IFunction.Identity'. This class will be removed in a future release. |
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:
|