次の方法で共有


Function.Identity メソッド

定義

注意事項

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()

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象