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

fuookami.ospf.kotlin.utils.operator.Times.kt Maven / Gradle / Ivy

There is a newer version: 1.0.29
Show newest version
package fuookami.ospf.kotlin.utils.operator

interface Times {
    operator fun times(rhs: Rhs): Ret
}

interface TimesAssign {
    operator fun timesAssign(rhs: Rhs)
}

interface Cross {
    infix fun x(rhs: Rhs): Ret
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy