SetProperty

Property holding an optional Set value.

Parameters

T

The type of the items in the Set.

value

The value of the property. Can be null if it is temporarily unavailable or invalid.

Constructors

Link copied to clipboard
fun <T : Parcelable> SetProperty(value: Set<T>?)

Properties

Link copied to clipboard
open override val value: Set<T>?

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)