SeqLikeNum

trait SeqLikeNum[A] extends SeqLikeOrd[A] with Num[Seq[A]]
trait Num[Seq[A]]
trait SeqLikeOrd[A]
trait Ord[Seq[A]]
trait SeqLikeEq[A]
trait Eq[Seq[A]]
trait SeqLike[A]
trait HasDefault[Seq[A]]
trait Adjunct
trait Writable
class Object
trait Matchable
class Any
object IntSeqTop.type
object LongSeqTop.type
object DoubleSeqTop.type

Type members

Inherited types

final type Boolean = Seq[Boolean]
Inherited from:
SeqLike
final type Double = Seq[Double]
Inherited from:
SeqLike
final type In = Seq[A]
Inherited from:
SeqLike
final type Int = Seq[Int]
Inherited from:
SeqLike
final type Long = Seq[Long]
Inherited from:
SeqLike

Value members

Concrete methods

final def abs(a: In): In
final def absDif(a: In, b: In): In
final def clip(a: In, lo: In, hi: In): In
final def clip2(a: In, b: In): In
final def cubed(a: In): In
final def difSqr(a: In, b: In): In
final def excess(a: In, b: In): In
final def fold(a: In, lo: In, hi: In): In
final def fold2(a: In, b: In): In
final def max(a: In, b: In): In
final def min(a: In, b: In): In
final def minus(a: In, b: In): In
final def mod(a: In, b: In): In
final def negate(a: In): In
final def one: In
final def plus(a: In, b: In): In
final def rand[Tx](a: In)(implicit r: Random[Tx], tx: Tx): In
final def rand2[Tx](a: In)(implicit r: Random[Tx], tx: Tx): In
final def rangeRand[Tx](a: In, b: In)(implicit r: Random[Tx], tx: Tx): In
final def rem(a: In, b: In): In
final def roundTo(a: In, b: In): In
final def roundUpTo(a: In, b: In): In
final def signum(a: In): In
final def sqrDif(a: In, b: In): In
final def sqrSum(a: In, b: In): In
final def squared(a: In): In
final def sumSqr(a: In, b: In): In
final def times(a: In, b: In): In
final def trunc(a: In, b: In): In
final def wrap(a: In, lo: In, hi: In): In
final def wrap2(a: In, b: In): In
final def zero: In

Inherited methods

final protected def binOp[B](a: In, b: In)(op: (A, A) => B): Seq[B]
Inherited from:
SeqLike
def defaultValue: Seq[A]
Inherited from:
SeqLike
def eq(a: In, b: In): Boolean
Inherited from:
SeqLikeEq
def gt(a: In, b: In): Boolean
Inherited from:
SeqLikeOrd
def gteq(a: In, b: In): Boolean
Inherited from:
SeqLikeOrd
def id: Int
Inherited from:
Adjunct
def lt(a: In, b: In): Boolean
Inherited from:
SeqLikeOrd
def lteq(a: In, b: In): Boolean
Inherited from:
SeqLikeOrd
def neq(a: In, b: In): Boolean
Inherited from:
SeqLikeEq
final protected def ternOp(a: In, b: In, c: In)(op: (A, A, A) => A): Seq[A]
Inherited from:
SeqLike
final protected def unOp[B](a: In)(op: A => B): Seq[B]
Inherited from:
SeqLike
def write(out: DataOutput): Unit
Inherited from:
Adjunct

Abstract fields

override protected val peer: ScalarNum[A]