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

kotlin-client.libraries.jvm-volley.infrastructure.ITransformForStorage.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
{{>licenseInfo}}
package {{packageName}}.infrastructure

import {{roomModelPackage}}.*

// TODO ITransformForStorage
interface ITransformForStorage {
    fun toRoomModel(): T
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy