Packages

final case class UnsignedRightShift[A]()(implicit num: NumInt[A]) extends NamedOp[A, A, A] with ProductWithAdjuncts with Product with Serializable

Linear Supertypes
Serializable, ProductWithAdjuncts, NamedOp[A, A, A], Op[A, A, A], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnsignedRightShift
  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 UnsignedRightShift()(implicit num: NumInt[A])

Value Members

  1. def adjuncts: Adjuncts
  2. def apply(a: A, b: A): A
    Definition Classes
    UnsignedRightShiftOp
  3. def name: String
    Definition Classes
    UnsignedRightShiftNamedOp
  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