longBigDecimalMultiplication

object longBigDecimalMultiplication extends ElementMultiplication[Long, BigDecimal]
trait ElementMultiplication[Long, BigDecimal]
class Object
trait Matchable
class Any

Type members

Types

type Out = BigDecimal

Value members

Concrete methods

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