IGatherer.DefaultCombiner Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a combiner which is the default combiner of a Gatherer.
[Android.Runtime.Register("defaultCombiner", "()Ljava/util/function/BinaryOperator;", "", ApiSince=36)]
[Java.Interop.JavaTypeParameters(new System.String[] { "A" })]
public static Java.Util.Functions.IBinaryOperator? DefaultCombiner();
[<Android.Runtime.Register("defaultCombiner", "()Ljava/util/function/BinaryOperator;", "", ApiSince=36)>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "A" })>]
static member DefaultCombiner : unit -> Java.Util.Functions.IBinaryOperator
Returns
the instance of the default combiner
- Attributes
Remarks
Returns a combiner which is the default combiner of a Gatherer. The returned combiner identifies that the owning Gatherer must only be evaluated sequentially.
Java documentation for java.util.stream.Gatherer.defaultCombiner().
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.