LongLiteralExOps

final
class LongLiteralExOps(x: Long) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def %[A1, A2](that: Ex[A1])(implicit w: Widen2[Long, A1, A2], num: Num[A2]): Ex[A2]
def &(that: Ex[Long]): Ex[Long]
def *[A1, A2](that: Ex[A1])(implicit w: Widen2[Long, A1, A2], num: Num[A2]): Ex[A2]
def +[A1, A2](that: Ex[A1])(implicit w: Widen2[Long, A1, A2], num: Num[A2]): Ex[A2]
def -[A1, A2](that: Ex[A1])(implicit w: Widen2[Long, A1, A2], num: Num[A2]): Ex[A2]
def <(that: Ex[Long]): Ex[Boolean]
def <<(that: Ex[Long]): Ex[Long]
def <=(that: Ex[Long]): Ex[Boolean]
def >(that: Ex[Long]): Ex[Boolean]
def >=(that: Ex[Long]): Ex[Boolean]
def >>(that: Ex[Long]): Ex[Long]
def >>>(that: Ex[Long]): Ex[Long]
def ^(that: Ex[Long]): Ex[Long]
def absDif[A1, A2](that: Ex[A1])(implicit w: Widen2[Long, A1, A2], num: Num[A2]): Ex[A2]
def clip[A1, A2](lo: Ex[A1], hi: Ex[A1])(implicit w: Widen2[Long, A1, A2], num: Num[A2]): Ex[A2]
def clip2[A1, A2](that: Ex[A1])(implicit w: Widen2[Long, A1, A2], num: Num[A2]): Ex[A2]
def difSqr[A1, A2](that: Ex[A1])(implicit w: Widen2[Long, A1, A2], num: Num[A2]): Ex[A2]
def excess[A1, A2](that: Ex[A1])(implicit w: Widen2[Long, A1, A2], num: Num[A2]): Ex[A2]
def fold[A1, A2](lo: Ex[A1], hi: Ex[A1])(implicit w: Widen2[Long, A1, A2], num: Num[A2]): Ex[A2]
def fold2[A1, A2](that: Ex[A1])(implicit w: Widen2[Long, A1, A2], num: Num[A2]): Ex[A2]
def gcd(that: Ex[Long]): Ex[Long]
def lcm(that: Ex[Long]): Ex[Long]
def max[A1, A2](that: Ex[A1])(implicit w: Widen2[Long, A1, A2], num: Num[A2]): Ex[A2]
def min[A1, A2](that: Ex[A1])(implicit w: Widen2[Long, A1, A2], num: Num[A2]): Ex[A2]
def mod[A1, A2](that: Ex[A1])(implicit w: Widen2[Long, A1, A2], num: Num[A2]): Ex[A2]
def roundTo[A1, A2](that: Ex[A1])(implicit w: Widen2[Long, A1, A2], num: Num[A2]): Ex[A2]
def roundUpTo[A1, A2](that: Ex[A1])(implicit w: Widen2[Long, A1, A2], num: Num[A2]): Ex[A2]
def sig_!=(that: Ex[Long]): Ex[Boolean]
def sig_==(that: Ex[Long]): Ex[Boolean]
def sqrDif[A1, A2](that: Ex[A1])(implicit w: Widen2[Long, A1, A2], num: Num[A2]): Ex[A2]
def sqrSum[A1, A2](that: Ex[A1])(implicit w: Widen2[Long, A1, A2], num: Num[A2]): Ex[A2]
def sumSqr[A1, A2](that: Ex[A1])(implicit w: Widen2[Long, A1, A2], num: Num[A2]): Ex[A2]
def trunc[A1, A2](that: Ex[A1])(implicit w: Widen2[Long, A1, A2], num: Num[A2]): Ex[A2]
def wrap[A1, A2](lo: Ex[A1], hi: Ex[A1])(implicit w: Widen2[Long, A1, A2], num: Num[A2]): Ex[A2]
def wrap2[A1, A2](that: Ex[A1])(implicit w: Widen2[Long, A1, A2], num: Num[A2]): Ex[A2]
def |(that: Ex[Long]): Ex[Long]