Packages

final class Ops[T <: Txn[T]] extends AnyVal

Self Type
Ops[T]
Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Ops
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Ops(this: _Ex[T])

Value Members

  1. def &(b: E)(implicit tx: T): E
  2. def *(b: E)(implicit tx: T): E
  3. def +(b: E)(implicit tx: T): E
  4. def -(b: E)(implicit tx: T): E
  5. def /(b: E)(implicit tx: T): E
  6. def <(b: E)(implicit tx: T): BooleanObj[T]
  7. def <<(b: E)(implicit tx: T): E
  8. def <=(b: E)(implicit tx: T): BooleanObj[T]
  9. def >(b: E)(implicit tx: T): BooleanObj[T]
  10. def >=(b: E)(implicit tx: T): BooleanObj[T]
  11. def >>(b: E)(implicit tx: T): E
  12. def >>>(b: E)(implicit tx: T): E
  13. def ^(b: E)(implicit tx: T): E
  14. def abs(implicit tx: T): E
  15. def absDif(b: E)(implicit tx: T): E
  16. def cubed(implicit tx: T): E
  17. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  18. def max(b: E)(implicit tx: T): E
  19. def min(b: E)(implicit tx: T): E
  20. def sig_!=(b: E)(implicit tx: T): BooleanObj[T]
  21. def sig_==(b: E)(implicit tx: T): BooleanObj[T]
  22. def signum(implicit tx: T): E
  23. def squared(implicit tx: T): E
  24. val this: _Ex[T]
  25. def unary_-(implicit tx: T): E
  26. def unary_~(implicit tx: T): E
  27. def |(b: E)(implicit tx: T): E