ToInt

case class ToInt[A]()(implicit to: ScalarToNum[A]) extends Op[A, Int] with OpDD with OpDI with OpLI with OpII with ProductWithAdjuncts
Companion:
object
trait Serializable
trait ProductWithAdjuncts
trait OpII
trait OpLI
trait OpDI
trait OpDD
trait Op[A, Int]
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 => Int
Definition Classes

Inherited methods

final def make(a: GE[A]): GE[Int]
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 funDI: Double => Int
override val funII: Int => Int
override val funLI: Long => Int