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

commonMain.me.aartikov.replica.single.Fetcher.kt Maven / Gradle / Ivy

package me.aartikov.replica.single

/**
 * Fetches data from a server. Throws exception on error.
 * @param T data type
 */
fun interface Fetcher {

    suspend fun fetch(): T
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy