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

commonMain.maryk.core.properties.IsPropertyContext.kt Maven / Gradle / Ivy

Go to download

Maryk is a Kotlin Multiplatform library which helps you to store, query and send data in a structured way over multiple platforms. The data store stores any value with a version, so it is possible to request only the changed data or live listen for updates.

The newest version!
package maryk.core.properties

/**
 * A property context is used to share context state between reading or writing properties.
 * This way it is possible to base the reading or writing of a value of a property on another property.
 *
 * It is then possible to define the type with one property and use that value with other properties to
 * encode or decode them in the right format.
 */
interface IsPropertyContext




© 2015 - 2025 Weber Informatics LLC | Privacy Policy