longIntMultiplication

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

Type members

Types

type Out = Long

Value members

Concrete methods

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