Packages

final case class Times[A, B, C]()(implicit widen: Widen2[A, B, C], num: Num[C]) extends NamedOp[A, B, C] with ProductWithAdjuncts with Product with Serializable

Linear Supertypes
Serializable, ProductWithAdjuncts, NamedOp[A, B, C], Op[A, B, C], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Times
  2. Serializable
  3. ProductWithAdjuncts
  4. NamedOp
  5. Op
  6. Product
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Times()(implicit widen: Widen2[A, B, C], num: Num[C])

Value Members

  1. def adjuncts: Adjuncts
    Definition Classes
    TimesProductWithAdjuncts
  2. def apply(a: A, b: B): C
    Definition Classes
    TimesOp
  3. def name: String
    Definition Classes
    TimesNamedOp
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. def productPrefix: String
    Definition Classes
    NamedOp → Product
  6. def toString(): String
    Definition Classes
    NamedOp → AnyRef → Any