Gatherer.OfSequential Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| OfSequential(IGatherer+IIntegrator) |
Veraltet.
|
| OfSequential(ISupplier, IGatherer+IIntegrator) |
Veraltet.
|
| OfSequential(IGatherer+IIntegrator, IBiConsumer) |
Veraltet.
|
| OfSequential(ISupplier, IGatherer+IIntegrator, IBiConsumer) |
Veraltet.
|
OfSequential(IGatherer+IIntegrator)
Achtung
Use 'Java.Util.Streams.IGatherer.OfSequential'. This class will be removed in a future release.
[Android.Runtime.Register("ofSequential", "(Ljava/util/stream/Gatherer$Integrator;)Ljava/util/stream/Gatherer;", "", ApiSince=36)]
[Java.Interop.JavaTypeParameters(new System.String[] { "T", "R" })]
[System.Obsolete("Use 'Java.Util.Streams.IGatherer.OfSequential'. This class will be removed in a future release.")]
public static Java.Util.Streams.IGatherer? OfSequential(Java.Util.Streams.IGatherer.IIntegrator? integrator);
[<Android.Runtime.Register("ofSequential", "(Ljava/util/stream/Gatherer$Integrator;)Ljava/util/stream/Gatherer;", "", ApiSince=36)>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "T", "R" })>]
[<System.Obsolete("Use 'Java.Util.Streams.IGatherer.OfSequential'. This class will be removed in a future release.")>]
static member OfSequential : Java.Util.Streams.IGatherer.IIntegrator -> Java.Util.Streams.IGatherer
Parameter
- integrator
- IGatherer.IIntegrator
Gibt zurück
- Attribute
Gilt für:
OfSequential(ISupplier, IGatherer+IIntegrator)
Achtung
Use 'Java.Util.Streams.IGatherer.OfSequential'. This class will be removed in a future release.
[Android.Runtime.Register("ofSequential", "(Ljava/util/function/Supplier;Ljava/util/stream/Gatherer$Integrator;)Ljava/util/stream/Gatherer;", "", ApiSince=36)]
[Java.Interop.JavaTypeParameters(new System.String[] { "T", "A", "R" })]
[System.Obsolete("Use 'Java.Util.Streams.IGatherer.OfSequential'. This class will be removed in a future release.")]
public static Java.Util.Streams.IGatherer? OfSequential(Java.Util.Functions.ISupplier? initializer, Java.Util.Streams.IGatherer.IIntegrator? integrator);
[<Android.Runtime.Register("ofSequential", "(Ljava/util/function/Supplier;Ljava/util/stream/Gatherer$Integrator;)Ljava/util/stream/Gatherer;", "", ApiSince=36)>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "T", "A", "R" })>]
[<System.Obsolete("Use 'Java.Util.Streams.IGatherer.OfSequential'. This class will be removed in a future release.")>]
static member OfSequential : Java.Util.Functions.ISupplier * Java.Util.Streams.IGatherer.IIntegrator -> Java.Util.Streams.IGatherer
Parameter
- initializer
- ISupplier
- integrator
- IGatherer.IIntegrator
Gibt zurück
- Attribute
Gilt für:
OfSequential(IGatherer+IIntegrator, IBiConsumer)
Achtung
Use 'Java.Util.Streams.IGatherer.OfSequential'. This class will be removed in a future release.
[Android.Runtime.Register("ofSequential", "(Ljava/util/stream/Gatherer$Integrator;Ljava/util/function/BiConsumer;)Ljava/util/stream/Gatherer;", "", ApiSince=36)]
[Java.Interop.JavaTypeParameters(new System.String[] { "T", "R" })]
[System.Obsolete("Use 'Java.Util.Streams.IGatherer.OfSequential'. This class will be removed in a future release.")]
public static Java.Util.Streams.IGatherer? OfSequential(Java.Util.Streams.IGatherer.IIntegrator? integrator, Java.Util.Functions.IBiConsumer? finisher);
[<Android.Runtime.Register("ofSequential", "(Ljava/util/stream/Gatherer$Integrator;Ljava/util/function/BiConsumer;)Ljava/util/stream/Gatherer;", "", ApiSince=36)>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "T", "R" })>]
[<System.Obsolete("Use 'Java.Util.Streams.IGatherer.OfSequential'. This class will be removed in a future release.")>]
static member OfSequential : Java.Util.Streams.IGatherer.IIntegrator * Java.Util.Functions.IBiConsumer -> Java.Util.Streams.IGatherer
Parameter
- integrator
- IGatherer.IIntegrator
- finisher
- IBiConsumer
Gibt zurück
- Attribute
Gilt für:
OfSequential(ISupplier, IGatherer+IIntegrator, IBiConsumer)
Achtung
Use 'Java.Util.Streams.IGatherer.OfSequential'. This class will be removed in a future release.
[Android.Runtime.Register("ofSequential", "(Ljava/util/function/Supplier;Ljava/util/stream/Gatherer$Integrator;Ljava/util/function/BiConsumer;)Ljava/util/stream/Gatherer;", "", ApiSince=36)]
[Java.Interop.JavaTypeParameters(new System.String[] { "T", "A", "R" })]
[System.Obsolete("Use 'Java.Util.Streams.IGatherer.OfSequential'. This class will be removed in a future release.")]
public static Java.Util.Streams.IGatherer? OfSequential(Java.Util.Functions.ISupplier? initializer, Java.Util.Streams.IGatherer.IIntegrator? integrator, Java.Util.Functions.IBiConsumer? finisher);
[<Android.Runtime.Register("ofSequential", "(Ljava/util/function/Supplier;Ljava/util/stream/Gatherer$Integrator;Ljava/util/function/BiConsumer;)Ljava/util/stream/Gatherer;", "", ApiSince=36)>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "T", "A", "R" })>]
[<System.Obsolete("Use 'Java.Util.Streams.IGatherer.OfSequential'. This class will be removed in a future release.")>]
static member OfSequential : Java.Util.Functions.ISupplier * Java.Util.Streams.IGatherer.IIntegrator * Java.Util.Functions.IBiConsumer -> Java.Util.Streams.IGatherer
Parameter
- initializer
- ISupplier
- integrator
- IGatherer.IIntegrator
- finisher
- IBiConsumer
Gibt zurück
- Attribute