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

commonMain.mahjongutils.entry.Method.kt Maven / Gradle / Ivy

There is a newer version: 0.7.3
Show newest version
package mahjongutils.entry

internal fun interface Method {
    fun handle(params: P): R
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy