Language

CollectorCharacteristics.IdentityFinish Property

Definition

Indicates that the finisher function is the identity function and can be omitted.

[Android.Runtime.Register("IDENTITY_FINISH", ApiSince=24)]
public static Java.Util.Streams.CollectorCharacteristics? IdentityFinish { get; }
[<Android.Runtime.Register("IDENTITY_FINISH", ApiSince=24)>]
static member IdentityFinish : Java.Util.Streams.CollectorCharacteristics

Property Value

The identity-finish collector characteristic.

Attributes

Remarks

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