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

commonMain.Backbone.kt Maven / Gradle / Ivy

The newest version!
package opensavvy.backbone

/**
 * The parent interface for an implementation of the Backbone pattern.
 *
 * For more information on the Backbone pattern, please read the module-level documentation.
 *
 * @param Value The object this backbone manages.
 * @param Failure Failures that may be returned when calling [Ref.request].
 * @param Reference The reference responsible for the object [Value].
 */
interface Backbone, Failure, Value> {

	companion object
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy