IGatherer.DefaultInitializer Method

Definition

Returns an initializer which is the default initializer of a Gatherer.

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

Returns

the instance of the default initializer

Attributes

Remarks

Returns an initializer which is the default initializer of a Gatherer. The returned initializer identifies that the owner Gatherer is stateless.

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

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