IGatherer.Finisher 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 the final intermediate state
and a Downstream object, allowing to perform a final action at
the end of input elements.
[Android.Runtime.Register("finisher", "()Ljava/util/function/BiConsumer;", "GetFinisherHandler:Java.Util.Streams.IGatherer, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)]
public virtual Java.Util.Functions.IBiConsumer? Finisher();
[<Android.Runtime.Register("finisher", "()Ljava/util/function/BiConsumer;", "GetFinisherHandler:Java.Util.Streams.IGatherer, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)>]
abstract member Finisher : unit -> Java.Util.Functions.IBiConsumer
override this.Finisher : unit -> Java.Util.Functions.IBiConsumer
Returns
a function which transforms the intermediate result to the final result(s) which are then passed on to the provided Downstream
- Attributes
Remarks
A function which accepts the final intermediate state and a Downstream object, allowing to perform a final action at the end of input elements.
Java documentation for java.util.stream.Gatherer.finisher().
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.