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

commonMain.s2.sourcing.dsl.view.View.kt Maven / Gradle / Ivy

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

import s2.dsl.automate.Evt

interface View
where EVENT: Evt
{
	suspend fun evolve(event: EVENT, model: ENTITY?): ENTITY?
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy