IGatherer.DefaultFinisher Method

Definition

Returns a finisher which is the default finisher of a Gatherer.

[Android.Runtime.Register("defaultFinisher", "()Ljava/util/function/BiConsumer;", "", ApiSince=36)]
[Java.Interop.JavaTypeParameters(new System.String[] { "A", "R" })]
public static Java.Util.Functions.IBiConsumer? DefaultFinisher();
[<Android.Runtime.Register("defaultFinisher", "()Ljava/util/function/BiConsumer;", "", ApiSince=36)>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "A", "R" })>]
static member DefaultFinisher : unit -> Java.Util.Functions.IBiConsumer

Returns

the instance of the default finisher

Attributes

Remarks

Returns a finisher which is the default finisher of a Gatherer. The returned finisher identifies that the owning Gatherer performs no additional actions at the end of input.

Java documentation for java.util.stream.Gatherer.defaultFinisher().

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