SingleProperty

class SingleProperty<T> : VehicleProperties.VehicleProperty<T>

Property holding an optional value of type T.

This is a generic type that can be used when no more specific property type is applicable.

Parameters

value

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

Types

Link copied to clipboard
object CREATOR : Parcelable.Creator<VehicleProperties.SingleProperty<*>>

Properties

Link copied to clipboard
open override val value: T?

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun writeToParcel(parcel: Parcel, flags: Int)