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

commonMain.com.copperleaf.ballast.debugger.versions.ClientModelConverter.kt Maven / Gradle / Ivy

There is a newer version: 4.2.1
Show newest version
package com.copperleaf.ballast.debugger.versions

public interface ClientModelConverter<
        EventLowerVersion,
        EventHigherVersion,
        ActionLowerVersion,
        ActionHigherVersion
        > {

    public fun mapEvent(event: EventLowerVersion): EventHigherVersion

    public fun mapAction(action: ActionHigherVersion): ActionLowerVersion
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy