Packages

  • package root
    Definition Classes
    root
  • package de
    Definition Classes
    root
  • package sciss

    The interfaces are grouped into the following packages:

    Welcome to the Mellite API documentation.

    The interfaces are grouped into the following packages:

    The Lucre transactional object model:

    • de.sciss.lucre.stm is the base package for transactions, with things like Obj, Txn, Sys, and Cursor
    • de.sciss.lucre.artifact is the base package for file system artifacts, with classes Artifact and ArtifactLocation
    • de.sciss.lucre.expr is the base package for expression types such as IntObj, DoubleObj, etc.

    Other useful packages:

    • de.sciss.synth.io for reading and writing audio files
    • de.sciss.osc for general Open Sound Control interfaces
    Definition Classes
    de
  • package lucre
    Definition Classes
    sciss
  • package geom
    Definition Classes
    lucre
  • object LongSpace

    Provides spaces in which coordinates are expressed using Long values.

    Provides spaces in which coordinates are expressed using Long values. Note that the current implementation due to performance considerations requires that the coordinates are clipped to 62-bit range. That is, they should be >= -0x2000000000000000L and < 0x2000000000000000L

    Definition Classes
    geom
  • implicit object TwoDim extends TwoDim
    Definition Classes
    LongSpace
  • hyperCubeFormat
  • lexicalOrder
  • pointFormat

implicit object lexicalOrder extends Ordering[LongPoint2DLike]

Definition Classes
TwoDimSpace
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. lexicalOrder
  2. Ordering
  3. PartialOrdering
  4. Equiv
  5. Serializable
  6. Comparator
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class OrderingOps extends AnyRef
    Definition Classes
    Ordering

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def compare(a: LongPoint2DLike, b: LongPoint2DLike): Int
    Definition Classes
    lexicalOrder → Ordering → Comparator
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def equiv(x: LongPoint2DLike, y: LongPoint2DLike): Boolean
    Definition Classes
    Ordering → PartialOrdering → Equiv
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def gt(x: LongPoint2DLike, y: LongPoint2DLike): Boolean
    Definition Classes
    Ordering → PartialOrdering
  12. def gteq(x: LongPoint2DLike, y: LongPoint2DLike): Boolean
    Definition Classes
    Ordering → PartialOrdering
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def isReverseOf(other: Ordering[_]): Boolean
    Definition Classes
    Ordering
  16. def lt(x: LongPoint2DLike, y: LongPoint2DLike): Boolean
    Definition Classes
    Ordering → PartialOrdering
  17. def lteq(x: LongPoint2DLike, y: LongPoint2DLike): Boolean
    Definition Classes
    Ordering → PartialOrdering
  18. def max[U <: LongPoint2DLike](x: U, y: U): U
    Definition Classes
    Ordering
  19. def min[U <: LongPoint2DLike](x: U, y: U): U
    Definition Classes
    Ordering
  20. implicit def mkOrderingOps(lhs: LongPoint2DLike): OrderingOps
    Definition Classes
    Ordering
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def on[U](f: (U) => LongPoint2DLike): Ordering[U]
    Definition Classes
    Ordering
  25. def orElse(other: Ordering[LongPoint2DLike]): Ordering[LongPoint2DLike]
    Definition Classes
    Ordering
  26. def orElseBy[S](f: (LongPoint2DLike) => S)(implicit ord: Ordering[S]): Ordering[LongPoint2DLike]
    Definition Classes
    Ordering
  27. def reverse: Ordering[LongPoint2DLike]
    Definition Classes
    Ordering → PartialOrdering
  28. def reversed(): Comparator[LongPoint2DLike]
    Definition Classes
    Comparator
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def thenComparing[U <: Comparable[_ >: U <: AnyRef]](arg0: Function[_ >: LongPoint2DLike <: AnyRef, _ <: U]): Comparator[LongPoint2DLike]
    Definition Classes
    Comparator
  31. def thenComparing[U <: AnyRef](arg0: Function[_ >: LongPoint2DLike <: AnyRef, _ <: U], arg1: Comparator[_ >: U <: AnyRef]): Comparator[LongPoint2DLike]
    Definition Classes
    Comparator
  32. def thenComparing(arg0: Comparator[_ >: LongPoint2DLike <: AnyRef]): Comparator[LongPoint2DLike]
    Definition Classes
    Comparator
  33. def thenComparingDouble(arg0: ToDoubleFunction[_ >: LongPoint2DLike <: AnyRef]): Comparator[LongPoint2DLike]
    Definition Classes
    Comparator
  34. def thenComparingInt(arg0: ToIntFunction[_ >: LongPoint2DLike <: AnyRef]): Comparator[LongPoint2DLike]
    Definition Classes
    Comparator
  35. def thenComparingLong(arg0: ToLongFunction[_ >: LongPoint2DLike <: AnyRef]): Comparator[LongPoint2DLike]
    Definition Classes
    Comparator
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. def tryCompare(x: LongPoint2DLike, y: LongPoint2DLike): Some[Int]
    Definition Classes
    Ordering → PartialOrdering
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Ordering[LongPoint2DLike]

Inherited from PartialOrdering[LongPoint2DLike]

Inherited from Equiv[LongPoint2DLike]

Inherited from Serializable

Inherited from Comparator[LongPoint2DLike]

Inherited from AnyRef

Inherited from Any

Ungrouped