Object

de.sciss.patterns

Types

Related Doc: package patterns

Permalink

object Types

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

Type Members

  1. sealed trait Aux extends AnyRef

    Permalink
  2. trait Eq[A] extends Aux

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

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

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

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

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

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

    Permalink
  9. trait Scalar[A] extends AnyRef

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

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

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

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

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

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

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

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

    Permalink
  18. trait ToNum[A] extends Aux

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

    Permalink
  20. trait Widen2[A1, A2, A] extends Widen[A1, 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. object Aux

    Permalink
  5. implicit object BooleanSeqTop extends NumBool[Seq[Boolean]] with SeqLikeEq[Boolean] with SeqLikeToNum[Boolean]

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

    Permalink
  7. implicit object DoubleSeqTop extends SeqLikeNumFrac[Double] with SeqLikeToNum[Double] with SeqLikeNumDouble[Double]

    Permalink
  8. implicit object DoubleTop extends NumDouble[Double] with ScalarEqImpl[Double] with ScalarToNumImpl[Double]

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

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

    Permalink
  11. implicit object StringTop extends ScalarEqImpl[String]

    Permalink
  12. object Widen

    Permalink
  13. object Widen2

    Permalink
  14. final def asInstanceOf[T0]: T0

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  25. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped