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

commonMain.s2.sourcing.dsl.snap.SnapRepository.kt Maven / Gradle / Ivy

There is a newer version: 0.21.0
Show newest version
package s2.sourcing.dsl.snap

interface SnapRepository {
	suspend fun get(id: ID & Any): ENTITY?
	suspend fun save(entity: ENTITY & Any): ENTITY
	suspend fun remove(id: ID & Any): Boolean
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy