All Downloads are FREE. Search and download functionalities are using the official Maven repository.

androidMain.com.bselzer.ktx.livedata.immutable.nullable.NullDoubleLiveData.kt Maven / Gradle / Ivy

The newest version!
package com.bselzer.ktx.livedata.immutable.nullable

/**
 * Nullable live data for doubles.
 * @param defaultValue the initial value to store. It is also the value to set upon resetting the instance.
 */
open class NullDoubleLiveData(defaultValue: Double? = null) : NullImmutableLiveData(defaultValue)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy