Packages

final case class Gcd[A]()(implicit num: NumInt[A]) extends PureOp[A, A] with Product with Serializable

Linear Supertypes
Serializable, Serializable, PureOp[A, A], Op[A, A], ProductWithAux, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Gcd
  2. Serializable
  3. Serializable
  4. PureOp
  5. Op
  6. ProductWithAux
  7. Product
  8. Equals
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Gcd()(implicit num: NumInt[A])

Type Members

  1. final type State[S <: Base[S]] = Unit
    Definition Classes
    PureOpOp

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(a: A, b: A): A
    Definition Classes
    GcdPureOp
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def aux: List[Aux]
    Definition Classes
    GcdProductWithAux
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. final def disposeState[S <: Base[S]](s: State[S])(implicit tx: PureOp.disposeState.S.Tx): Unit
    Definition Classes
    PureOpOp
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def name: String
    Definition Classes
    GcdOp
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def next[S <: Base[S]](a: A, b: A)(implicit state: State[S], tx: PureOp.next.S.Tx): A
    Definition Classes
    PureOpOp
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def prepare[S <: Base[S]](ref: AnyRef)(implicit ctx: Context[S], tx: PureOp.prepare.S.Tx): State[S]
    Definition Classes
    PureOpOp
  19. final def productPrefix: String
    Definition Classes
    Op → Product
  20. final def readState[S <: Base[S]](in: DataInput, access: PureOp.readState.S.Acc)(implicit tx: PureOp.readState.S.Tx): State[S]
    Definition Classes
    PureOpOp
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    Op → AnyRef → Any
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  26. final def writeState[S <: Base[S]](s: State[S], out: DataOutput): Unit
    Definition Classes
    PureOpOp

Inherited from Serializable

Inherited from Serializable

Inherited from PureOp[A, A]

Inherited from Op[A, A]

Inherited from ProductWithAux

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped