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

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

The newest version!
package mahjongutils.entry

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy