intMultiplication

object intMultiplication extends ElementMultiplication[Int, Int]
trait ElementMultiplication[Int, Int]
class Object
trait Matchable
class Any

Type members

Types

type Out = Int

Value members

Concrete methods

def times(lhs: Int, rhs: Int): Out