Packages

p

de.sciss

kollflitz

package kollflitz

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

Type Members

  1. type @@[+T, U] = T with Tagged[U]
  2. type ISeq[+A] = Seq[A]
  3. sealed trait Sorted extends AnyRef
  4. type Tagged[U] = AnyRef { type Tag = U }
  5. final class Tagger[U] extends AnyRef
  6. type Vec[+A] = IndexedSeq[A]

Value Members

  1. val ISeq: Seq.type

    ISeq is an alias for immutable.Seq.

  2. val Vec: IndexedSeq.type

    Vec is an alias for immutable.IndexedSeq.

    Vec is an alias for immutable.IndexedSeq. You will thus get Vector instances while letting Scala still pick the default implementation and maintaining an opaque type.

  3. def tag[U]: Tagger[U]
  4. object Ops
  5. object RandomOps

Inherited from AnyRef

Inherited from Any

Ungrouped