intLongMultiplication

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

Type members

Types

type Out = Long

Value members

Concrete methods

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