IntUnaryOperator.Identity メソッド

定義

注意事項

Use 'Java.Util.Functions.IIntUnaryOperator.Identity'. This class will be removed in a future release.

入力引数を常に返す単項演算子を返します。

[Android.Runtime.Register("identity", "()Ljava/util/function/IntUnaryOperator;", "", ApiSince=24)]
[System.Obsolete("Use 'Java.Util.Functions.IIntUnaryOperator.Identity'. This class will be removed in a future release.")]
public static Java.Util.Functions.IIntUnaryOperator? Identity ();
[<Android.Runtime.Register("identity", "()Ljava/util/function/IntUnaryOperator;", "", ApiSince=24)>]
[<System.Obsolete("Use 'Java.Util.Functions.IIntUnaryOperator.Identity'. This class will be removed in a future release.")>]
static member Identity : unit -> Java.Util.Functions.IIntUnaryOperator

戻り値

常にその入力引数を返す単項演算子

属性

注釈

入力引数を常に返す単項演算子を返します。

java.util.function.IntUnaryOperator.identity()Java ドキュメント。

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

適用対象