語言

Gatherer.DefaultCombiner 方法

定義

警告

Use 'Java.Util.Streams.IGatherer.DefaultCombiner'. This class will be removed in a future release.

回傳一個合體器,而組合器是採集者的預設合體器。

[Android.Runtime.Register("defaultCombiner", "()Ljava/util/function/BinaryOperator;", "", ApiSince=36)]
[Java.Interop.JavaTypeParameters(new System.String[] { "A" })]
[System.Obsolete("Use 'Java.Util.Streams.IGatherer.DefaultCombiner'. This class will be removed in a future release.")]
public static Java.Util.Functions.IBinaryOperator? DefaultCombiner();
[<Android.Runtime.Register("defaultCombiner", "()Ljava/util/function/BinaryOperator;", "", ApiSince=36)>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "A" })>]
[<System.Obsolete("Use 'Java.Util.Streams.IGatherer.DefaultCombiner'. This class will be removed in a future release.")>]
static member DefaultCombiner : unit -> Java.Util.Functions.IBinaryOperator

傳回

預設組合器的實例

屬性

備註

回傳一個合體器,而組合器是採集者的預設合體器。 回傳的組合器指出,擁有的採集者只能依序評估。

java.util.stream.Gatherer.defaultCombiner()Java 檔。

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

適用於