Trait

quasar.pkg

PackageAliases

Related Doc: package pkg

Permalink

trait PackageAliases extends AnyRef

Annotations
@SuppressWarnings()
Linear Supertypes
AnyRef, scala.Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PackageAliases
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type ->[+A, +B] = (A, B)

    Permalink
  2. type =?>[-A, +B] = PartialFunction[A, B]

    Permalink
  3. type Any = scala.Any

    Permalink
  4. type AnyRef = AnyRef

    Permalink
  5. type AnyVal = scala.AnyVal

    Permalink
  6. type ArrayBuffer[A] = scala.collection.mutable.ArrayBuffer[A]

    Permalink
  7. type AtomicInt = AtomicInteger

    Permalink
  8. type AtomicLong = java.util.concurrent.atomic.AtomicLong

    Permalink
  9. type BufferedOutputStream = java.io.BufferedOutputStream

    Permalink
  10. type BufferedReader = java.io.BufferedReader

    Permalink
  11. type ByteBuffer = java.nio.ByteBuffer

    Permalink
  12. type CTag[A] = ClassTag[A]

    Permalink
  13. type CharBuffer = java.nio.CharBuffer

    Permalink
  14. type Charset = java.nio.charset.Charset

    Permalink
  15. type ClassLoader = java.lang.ClassLoader

    Permalink
  16. type Cmp = Ordering

    Permalink
  17. type Comparator[A] = java.util.Comparator[A]

    Permalink
  18. type Dynamic = scala.Dynamic

    Permalink
  19. type Either[+A, +B] = scala.util.Either[A, B]

    Permalink
  20. type EndoA[A] = (A) ⇒ A

    Permalink
  21. type Eq[A] = Equal[A]

    Permalink
  22. type Exception = java.lang.Exception

    Permalink
  23. type FileInputStream = java.io.FileInputStream

    Permalink
  24. type FileOutputStream = java.io.FileOutputStream

    Permalink
  25. type IOException = java.io.IOException

    Permalink
  26. type InputStream = java.io.InputStream

    Permalink
  27. type InputStreamReader = java.io.InputStreamReader

    Permalink
  28. type ListBuffer[A] = scala.collection.mutable.ListBuffer[A]

    Permalink
  29. type Ord[A] = Order[A]

    Permalink
  30. type OutputStream = java.io.OutputStream

    Permalink
  31. type OutputStreamWriter = java.io.OutputStreamWriter

    Permalink
  32. type PairOf[+A] = (A, A)

    Permalink
  33. type PrintStream = java.io.PrintStream

    Permalink
  34. type Properties = java.util.Properties

    Permalink
  35. type Range = scala.collection.immutable.Range

    Permalink
  36. type Regex = scala.util.matching.Regex

    Permalink
  37. type Some[A] = scala.Some[A]

    Permalink
  38. type StringBuilder = java.lang.StringBuilder

    Permalink
  39. type StringContext = scala.StringContext

    Permalink
  40. type Traversable[+A] = scala.collection.Traversable[A]

    Permalink
  41. type Try[+A] = scala.util.Try[A]

    Permalink
  42. type UUID = java.util.UUID

    Permalink
  43. type Vec[+A] = Vector[A]

    Permalink
  44. type inline = scala.inline

    Permalink
  45. type jClass = Class[_]

    Permalink
  46. type jConcurrentMap[K, V] = ConcurrentMap[K, V]

    Permalink
  47. type jFile = File

    Permalink
  48. type jMapEntry[K, V] = Entry[K, V]

    Permalink
  49. type jPath = Path

    Permalink
  50. type scIterable[A] = Iterable[A]

    Permalink
  51. type scIterator[+A] = Iterator[A]

    Permalink
  52. type scMap[K, V] = Map[K, V]

    Permalink
  53. type scSeq[A] = Seq[A]

    Permalink
  54. type scSet[A] = Set[A]

    Permalink
  55. type scTraversable[+A] = scala.collection.Traversable[A]

    Permalink
  56. type sciMap[K, +V] = Map[K, V]

    Permalink
  57. type sciQueue[+A] = Queue[A]

    Permalink
  58. type sciSeq[+A] = Seq[A]

    Permalink
  59. type sciTreeMap[K, +V] = TreeMap[K, V]

    Permalink
  60. type scmMap[K, V] = Map[K, V]

    Permalink
  61. type scmPriorityQueue[A] = PriorityQueue[A]

    Permalink
  62. type scmSet[A] = Set[A]

    Permalink
  63. type smOrdering[A] = Ordering[A]

    Permalink
  64. type spec = specialized

    Permalink
  65. type switch = scala.annotation.switch

    Permalink
  66. type transient = scala.transient

    Permalink
  67. type unchecked = scala.unchecked

    Permalink
  68. type volatile = scala.volatile

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. val +:: scala.collection.+:.type

    Permalink
  4. val ->: Product2.type

    Permalink
  5. val :+: scala.collection.:+.type

    Permalink
  6. final def ==(arg0: scala.Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  7. val AnyRef: Specializable

    Permalink
  8. val ArrayBuffer: scala.collection.mutable.ArrayBuffer.type

    Permalink
  9. val Boolean: scala.Boolean.type

    Permalink
  10. val Double: scala.Double.type

    Permalink
  11. val Eq: Equal.type

    Permalink
  12. val Left: scala.util.Left.type

    Permalink
  13. val ListBuffer: scala.collection.mutable.ListBuffer.type

    Permalink
  14. val Ord: Order.type

    Permalink
  15. val Right: scala.util.Right.type

    Permalink
  16. val Seq: scala.collection.immutable.Seq.type

    Permalink
  17. val Try: scala.util.Try.type

    Permalink
  18. val Vec: Vector.type

    Permalink
  19. final def asInstanceOf[T0]: T0

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  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. val scSeq: scala.collection.Seq.type

    Permalink
  31. val sciQueue: Queue.type

    Permalink
  32. val sciTreeMap: TreeMap.type

    Permalink
  33. val scmMap: HashMap.type

    Permalink
  34. val scmPriorityQueue: PriorityQueue.type

    Permalink
  35. val scmSet: HashSet.type

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

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

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

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

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

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

Inherited from AnyRef

Inherited from scala.Any

Ungrouped