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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type @@[+T, U] = T with Tagged[U]

  2. sealed trait Sorted extends AnyRef

  3. type Tagged[U] = AnyRef { type Tag = U }

  4. final class Tagger[U] extends AnyRef

  5. type Vec[+A] = IndexedSeq[A]

Value Members

  1. object Ops

  2. object RandomOps

  3. 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.

  4. package impl

  5. def tag[U]: Tagger[U]

Inherited from AnyRef

Inherited from Any

Ungrouped