Object/Trait

de.sciss.lucre.aux

Aux

Related Docs: trait Aux | package aux

Permalink

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]

    Permalink
  2. trait Eq[A] extends Aux

    Permalink
  3. trait EqLowPriority extends AnyRef

    Permalink
  4. trait Factory extends AnyRef

    Permalink
  5. trait Num[A] extends Ord[A]

    Permalink
  6. trait NumBool[A] extends Eq[A]

    Permalink
  7. trait NumDouble[A] extends NumFrac[A]

    Permalink
  8. trait NumFrac[A] extends Num[A]

    Permalink
  9. trait NumInt[A] extends Num[A]

    Permalink
  10. trait Ord[A] extends Eq[A]

    Permalink
  11. sealed trait Primitive extends Aux

    Permalink
  12. trait Scalar[A] extends AnyRef

    Permalink
  13. type ScalarEq[A] = Eq[A] with Scalar[A]

    Permalink
  14. type ScalarNum[A] = Num[A] with Scalar[A]

    Permalink
  15. type ScalarNumBool[A] = NumBool[A] with Scalar[A]

    Permalink
  16. type ScalarNumDouble[A] = NumDouble[A] with Scalar[A]

    Permalink
  17. type ScalarNumFrac[A] = NumFrac[A] with Scalar[A]

    Permalink
  18. type ScalarNumInt[A] = NumInt[A] with Scalar[A]

    Permalink
  19. type ScalarOrd[A] = Ord[A] with Scalar[A]

    Permalink
  20. type ScalarToNum[A] = ToNum[A] with Scalar[A]

    Permalink
  21. trait ToNum[A] extends Aux

    Permalink
  22. trait ToNumLowPriority extends AnyRef

    Permalink
  23. trait Widen[A1, A] extends Aux

    Permalink
  24. trait Widen2[A1, A2, A] extends Widen[A1, A]

    Permalink
  25. trait WidenLowPriority extends AnyRef

    Permalink
  26. trait WidenMidPriority extends WidenLowPriority

    Permalink
  27. trait WidenSelfToDouble[A] extends WidenToDouble[A, A]

    Permalink
  28. trait WidenToDouble[A1, A] extends Widen[A1, A] with NumDouble[A]

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit object BooleanSeqTop extends NumBool[Seq[Boolean]] with SeqLikeEq[Boolean] with SeqLikeToNum[Boolean]

    Permalink
  5. implicit object BooleanTop extends NumBool[Boolean] with ScalarEqImpl[Boolean] with ScalarToNumImpl[Boolean]

    Permalink
  6. object DoubleSeqTop extends SeqLikeNumFrac[Double] with SeqLikeToNum[Double] with SeqLikeNumDouble[Double] with WidenSelfToDouble[Seq[Double]]

    Permalink
  7. object DoubleTop extends DoubleTop with WidenToDouble[Double, Double]

    Permalink
  8. object Eq extends EqLowPriority

    Permalink
  9. object IntSeqTop extends NumInt[Seq[Int]] with SeqLikeNum[Int] with SeqLikeToNum[Int]

    Permalink
  10. object IntTop extends NumInt[Int] with ScalarEqImpl[Int] with ScalarToNumImpl[Int]

    Permalink
  11. object LongTop extends NumInt[Long] with ScalarEqImpl[Long] with ScalarToNumImpl[Long]

    Permalink
  12. implicit object StringTop extends ScalarEqImpl[String]

    Permalink
  13. object ToNum extends ToNumLowPriority

    Permalink
  14. object Widen extends WidenMidPriority

    Permalink
  15. object Widen2

    Permalink
  16. object WidenToDouble

    Permalink
  17. def addFactory(f: Factory): Unit

    Permalink
  18. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  19. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  24. def getFactory(id: Int): Factory

    Permalink
    Annotations
    @inline()
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. def read(in: DataInput): Aux

    Permalink
  31. def readT[A <: Aux](in: DataInput): A

    Permalink
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def write(out: DataOutput, aux: Aux): Unit

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped