SeqLikeToNum

trait SeqLikeToNum[A] extends SeqLike[A] with ToNum[Seq[A]]
trait ToNum[Seq[A]]
trait SeqLike[A]
trait HasDefault[Seq[A]]
trait Adjunct
trait Writable
class Object
trait Matchable
class Any

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 toDouble(a: In): Double
final
def toInt(a: In): Int
final
def toLong(a: In): Long

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 id: Int
Inherited from
Adjunct
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

protected