IGatherer.Combiner 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.
A function which accepts two intermediate states and combines them into one.
[Android.Runtime.Register("combiner", "()Ljava/util/function/BinaryOperator;", "GetCombinerHandler:Java.Util.Streams.IGatherer, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)]
public virtual Java.Util.Functions.IBinaryOperator? Combiner();
[<Android.Runtime.Register("combiner", "()Ljava/util/function/BinaryOperator;", "GetCombinerHandler:Java.Util.Streams.IGatherer, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)>]
abstract member Combiner : unit -> Java.Util.Functions.IBinaryOperator
override this.Combiner : unit -> Java.Util.Functions.IBinaryOperator
Returns
a function which accepts two intermediate states and combines them into one
- Attributes
Remarks
A function which accepts two intermediate states and combines them into one.
Java documentation for java.util.stream.Gatherer.combiner().
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.