Packages

object Aux

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Aux
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class DoubleTop extends NumDouble[Double] with ScalarEqImpl[Double] with ScalarToNumImpl[Double]
  2. trait Eq[A] extends Aux
  3. trait EqLowPriority extends AnyRef
  4. trait Factory extends AnyRef
  5. trait Num[A] extends Ord[A]
  6. trait NumBool[A] extends Eq[A]
  7. trait NumDouble[A] extends NumFrac[A]
  8. trait NumFrac[A] extends Num[A]
  9. trait NumInt[A] extends Num[A]
  10. trait Ord[A] extends Eq[A]
  11. sealed trait Primitive extends Aux
  12. trait Scalar[A] extends AnyRef
  13. type ScalarEq[A] = Eq[A] with Scalar[A]
  14. type ScalarNum[A] = Num[A] with Scalar[A]
  15. type ScalarNumBool[A] = NumBool[A] with Scalar[A]
  16. type ScalarNumDouble[A] = NumDouble[A] with Scalar[A]
  17. type ScalarNumFrac[A] = NumFrac[A] with Scalar[A]
  18. type ScalarNumInt[A] = NumInt[A] with Scalar[A]
  19. type ScalarOrd[A] = Ord[A] with Scalar[A]
  20. type ScalarToNum[A] = ToNum[A] with Scalar[A]
  21. trait ToNum[A] extends Aux
  22. trait ToNumLowPriority extends AnyRef
  23. trait Widen[A1, A] extends Aux
  24. trait Widen2[A1, A2, A] extends Widen[A1, A]
  25. trait WidenLowPriority extends AnyRef
  26. trait WidenMidPriority extends WidenLowPriority
  27. trait WidenSelfToDouble[A] extends WidenToDouble[A, A]
  28. trait WidenToDouble[A1, A] extends Widen[A1, A] with NumDouble[A]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addFactory(f: Factory): Unit
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def getFactory(id: Int): Factory
    Annotations
    @inline()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. def read(in: DataInput): Aux
  18. def readT[A <: Aux](in: DataInput): A
  19. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  24. def write(out: DataOutput, aux: Aux): Unit
  25. implicit object BooleanSeqTop extends NumBool[Seq[Boolean]] with SeqLikeEq[Boolean] with SeqLikeToNum[Boolean]
  26. implicit object BooleanTop extends NumBool[Boolean] with ScalarEqImpl[Boolean] with ScalarToNumImpl[Boolean]
  27. object DoubleSeqTop extends SeqLikeNumFrac[Double] with SeqLikeToNum[Double] with SeqLikeNumDouble[Double] with WidenSelfToDouble[Seq[Double]]
  28. object DoubleTop extends DoubleTop with WidenToDouble[Double, Double]
  29. object Eq extends EqLowPriority
  30. object IntSeqTop extends NumInt[Seq[Int]] with SeqLikeNum[Int] with SeqLikeToNum[Int]
  31. object IntTop extends NumInt[Int] with ScalarEqImpl[Int] with ScalarToNumImpl[Int]
  32. object LongTop extends NumInt[Long] with ScalarEqImpl[Long] with ScalarToNumImpl[Long]
  33. implicit object StringTop extends ScalarEqImpl[String]
  34. object ToNum extends ToNumLowPriority
  35. object Widen extends WidenMidPriority
  36. object Widen2
  37. object WidenToDouble

Inherited from AnyRef

Inherited from Any

Ungrouped