Gatherer.DefaultFinisher 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.
Caution
Use 'Java.Util.Streams.IGatherer.DefaultFinisher'. This class will be removed in a future release.
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" })]
[System.Obsolete("Use 'Java.Util.Streams.IGatherer.DefaultFinisher'. This class will be removed in a future release.")]
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" })>]
[<System.Obsolete("Use 'Java.Util.Streams.IGatherer.DefaultFinisher'. This class will be removed in a future release.")>]
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.