Ops

final
class Ops[T <: Txn[T]](val this: IntObj[T]) extends AnyVal
class AnyVal
trait Matchable
class Any
Ops[T]

Value members

Concrete methods

def &(b: IntObj[T])(implicit tx: T): IntObj[T]
def *(b: IntObj[T])(implicit tx: T): IntObj[T]
def +(b: IntObj[T])(implicit tx: T): IntObj[T]
def -(b: IntObj[T])(implicit tx: T): IntObj[T]
def /(b: IntObj[T])(implicit tx: T): IntObj[T]
def <(b: IntObj[T])(implicit tx: T): BooleanObj[T]
def <<(b: IntObj[T])(implicit tx: T): IntObj[T]
def <=(b: IntObj[T])(implicit tx: T): BooleanObj[T]
def >(b: IntObj[T])(implicit tx: T): BooleanObj[T]
def >=(b: IntObj[T])(implicit tx: T): BooleanObj[T]
def >>(b: IntObj[T])(implicit tx: T): IntObj[T]
def >>>(b: IntObj[T])(implicit tx: T): IntObj[T]
def ^(b: IntObj[T])(implicit tx: T): IntObj[T]
def abs(implicit tx: T): IntObj[T]
def absDif(b: IntObj[T])(implicit tx: T): IntObj[T]
def cubed(implicit tx: T): IntObj[T]
def max(b: IntObj[T])(implicit tx: T): IntObj[T]
def min(b: IntObj[T])(implicit tx: T): IntObj[T]
def sig_!=(b: IntObj[T])(implicit tx: T): BooleanObj[T]
def sig_==(b: IntObj[T])(implicit tx: T): BooleanObj[T]
def signum(implicit tx: T): IntObj[T]
def squared(implicit tx: T): IntObj[T]
def unary_-(implicit tx: T): IntObj[T]
def unary_~(implicit tx: T): IntObj[T]
def |(b: IntObj[T])(implicit tx: T): IntObj[T]

Concrete fields

val this: IntObj[T]