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

commonMain.maryk.core.values.IsValues.kt Maven / Gradle / Ivy

package maryk.core.values

import maryk.core.models.IsDataModel

/** A Values object with multiple ValueItems */
interface IsValues : Iterable, IsValuesGetter {
    fun original(index: UInt): Any?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy