ToLong

case class ToLong[A]()(implicit to: ScalarToNum[A]) extends Op[A, Long] with OpDD with OpDL with OpLL with OpIL with ProductWithAdjuncts
Companion:
object
trait Serializable
trait ProductWithAdjuncts
trait OpIL
trait OpLL
trait OpDL
trait OpDD
trait Op[A, Long]
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def adjuncts: Adjuncts
Definition Classes
ProductWithAdjuncts
override def apply: A => Long
Definition Classes

Inherited methods

final def make(a: GE[A]): GE[Long]
Inherited from:
Op
def name: String
Inherited from:
Op
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
override def productPrefix: String
Definition Classes
Op -> Product
Inherited from:
Op

Concrete fields

override val funDD: Double => Double
override val funDL: Double => Long
override val funIL: Int => Long
override val funLL: Long => Long