commonMain.ComputedValue.kt Maven / Gradle / Ivy
package pt.lightweightform.lfkotlin
/** Computed value. */
public interface ComputedValue {
/** Compute the computed value within a context. */
public fun Context.compute(): T
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy