Packages

final case class Clip2[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. Clip2
  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 Clip2()(implicit widen: Widen2[A, B, C], num: Num[C])

Value Members

  1. def adjuncts: Adjuncts
    Definition Classes
    Clip2ProductWithAdjuncts
  2. def apply(a: A, b: B): C
    Definition Classes
    Clip2Op
  3. def name: String
    Definition Classes
    Clip2NamedOp
  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