共用方式為


IIntUnaryOperator.Compose(IIntUnaryOperator) 方法

定義

傳回撰寫的運算符,該運算符會先將運算符套用 before 至其輸入,然後將這個運算符套用至結果。

[Android.Runtime.Register("compose", "(Ljava/util/function/IntUnaryOperator;)Ljava/util/function/IntUnaryOperator;", "GetCompose_Ljava_util_function_IntUnaryOperator_Handler:Java.Util.Functions.IIntUnaryOperator, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public virtual Java.Util.Functions.IIntUnaryOperator? Compose (Java.Util.Functions.IIntUnaryOperator? before);
[<Android.Runtime.Register("compose", "(Ljava/util/function/IntUnaryOperator;)Ljava/util/function/IntUnaryOperator;", "GetCompose_Ljava_util_function_IntUnaryOperator_Handler:Java.Util.Functions.IIntUnaryOperator, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member Compose : Java.Util.Functions.IIntUnaryOperator -> Java.Util.Functions.IIntUnaryOperator
override this.Compose : Java.Util.Functions.IIntUnaryOperator -> Java.Util.Functions.IIntUnaryOperator

參數

before
IIntUnaryOperator

套用這個運算子之前要套用的運算子

傳回

先套用 運算子的 before 撰寫運算子,然後套用此運算符

屬性

備註

傳回撰寫的運算符,該運算符會先將運算符套用 before 至其輸入,然後將這個運算符套用至結果。 如果任一運算子的評估擲回例外狀況,則會將它轉送給撰寫運算符的呼叫端。

java.util.function.IntUnaryOperator.compose(java.util.function.IntUnaryOperator)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於