ToNum

trait ToNum[A] extends Adjunct
Companion
object
trait Adjunct
trait Writable
class Object
trait Matchable
class Any
object BooleanTop
class DoubleTop
object DoubleTop
object IntTop
object LongTop
trait SeqLikeToNum[A]
object IntSeqTop
object LongSeqTop

Type members

Types

type Double
type Int
type Long

Value members

Abstract methods

def toDouble(a: A): Double
def toInt(a: A): Int
def toLong(a: A): Long

Inherited methods

def id: Int
Inherited from
Adjunct
def write(out: DataOutput): Unit
Inherited from
Adjunct