Function.Identity 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Use 'Java.Util.Functions.IFunction.Identity'. This class will be removed in a future release.
返回始终返回其输入参数的函数。
[Android.Runtime.Register("identity", "()Ljava/util/function/Function;", "", ApiSince=24)]
[Java.Interop.JavaTypeParameters(new System.String[] { "T" })]
[System.Obsolete("Use 'Java.Util.Functions.IFunction.Identity'. This class will be removed in a future release.")]
public static Java.Util.Functions.IFunction? Identity();
[<Android.Runtime.Register("identity", "()Ljava/util/function/Function;", "", ApiSince=24)>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "T" })>]
[<System.Obsolete("Use 'Java.Util.Functions.IFunction.Identity'. This class will be removed in a future release.")>]
static member Identity : unit -> Java.Util.Functions.IFunction
返回
始终返回其输入参数的函数
- 属性
注解
返回始终返回其输入参数的函数。
Java文档java.util.function.Function.identity()。
本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。