monoandroid
namespace Java.Util.Streams
{
    [Obsolete("Use the 'Java.Util.Streams.ICollector' type. This class will be removed in a future release.")]
    [Register("java/util/stream/Collector", ApiSince = 24, DoNotGenerateAcw = true)]
    public abstract class Collector : Object
    {
        [JavaTypeParameters(new[] { "T", "A", "R" })]
        [Obsolete("Use 'Java.Util.Streams.ICollector.Of'. This class will be removed in a future release.")]
        [Register("of", "(Ljava/util/function/Supplier;Ljava/util/function/BiConsumer;Ljava/util/function/BinaryOperator;Ljava/util/function/Function;[Ljava/util/stream/Collector$Characteristics;)Ljava/util/stream/Collector;", "", ApiSince = 24)]
        public static ICollector? Of(ISupplier? supplier, IBiConsumer? accumulator, IBinaryOperator? combiner, IFunction? finisher, params CollectorCharacteristics![]? characteristics);
    }
}
.NET 6.07.08.09.0
Information specific to monoandroid
Assembly

Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Obsolete Use 'Java.Util.Streams.ICollector.Of'. This class will be removed in a future release.
Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API

06/28/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙