ICollector.Finisher Method

Definition

Perform the final transformation from the intermediate accumulation type A to the final result type R.

[Android.Runtime.Register("finisher", "()Ljava/util/function/Function;", "GetFinisherHandler:Java.Util.Streams.ICollectorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)]
public Java.Util.Functions.IFunction? Finisher ();
[<Android.Runtime.Register("finisher", "()Ljava/util/function/Function;", "GetFinisherHandler:Java.Util.Streams.ICollectorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=24)>]
abstract member Finisher : unit -> Java.Util.Functions.IFunction

Returns

a function which transforms the intermediate result to the final result

Attributes

Remarks

Perform the final transformation from the intermediate accumulation type A to the final result type R.

If the characteristic IDENTITY_TRANSFORM is set, this function may be presumed to be an identity transform with an unchecked cast from A to R.

Java documentation for java.util.stream.Collector.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.

Applies to