ScalarToNumImpl

trait ScalarToNumImpl[A] extends ToNum[A] with Scalar[A]
trait Scalar[A]
trait ToNum[A]
trait Adjunct
trait Writable
class Object
trait Matchable
class Any
object BooleanTop
class DoubleTop
object DoubleTop
object IntTop
object LongTop

Type members

Inherited types

final
type Boolean = Boolean
Inherited from
Scalar
final
type Double = Double
Inherited from
Scalar
final
type In = A
Inherited from
Scalar
final
type Int = Int
Inherited from
Scalar
final
type Long = Long
Inherited from
Scalar

Value members

Inherited methods

def id: Int
Inherited from
Adjunct
def toDouble(a: A): Double
Inherited from
ToNum
def toInt(a: A): Int
Inherited from
ToNum
def toLong(a: A): Long
Inherited from
ToNum
def write(out: DataOutput): Unit
Inherited from
Adjunct