IGatherer.IDownstream.IsRejecting Property

Definition

Checks whether the next stage is known to not want any more elements sent to it.

public virtual bool IsRejecting { [Android.Runtime.Register("isRejecting", "()Z", "GetIsRejectingHandler:Java.Util.Streams.IGatherer/IDownstream, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)] get; }
[<get: Android.Runtime.Register("isRejecting", "()Z", "GetIsRejectingHandler:Java.Util.Streams.IGatherer/IDownstream, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=36)>]
member this.IsRejecting : bool

Property Value

true if this Downstream is known not to want any more elements sent to it, false if otherwise

Attributes

Remarks

Checks whether the next stage is known to not want any more elements sent to it.

Java documentation for java.util.stream.Gatherer.Downstream.isRejecting().

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