Trait

slamdata.pkg

PackageAliases

Related Doc: package pkg

Permalink

trait PackageAliases extends AnyRef

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 AtomicInt = AtomicInteger

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

    Permalink
  8. type BufferedOutputStream = java.io.BufferedOutputStream

    Permalink
  9. type BufferedReader = java.io.BufferedReader

    Permalink
  10. type ByteBuffer = java.nio.ByteBuffer

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

    Permalink
  12. type CharBuffer = java.nio.CharBuffer

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

    Permalink
  14. type ClassLoader = java.lang.ClassLoader

    Permalink
  15. type Cmp = Ordering

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

    Permalink
  17. type Dynamic = scala.Dynamic

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

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

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

    Permalink
  21. type Exception = java.lang.Exception

    Permalink
  22. type FileInputStream = java.io.FileInputStream

    Permalink
  23. type FileOutputStream = java.io.FileOutputStream

    Permalink
  24. type IOException = java.io.IOException

    Permalink
  25. type InputStream = java.io.InputStream

    Permalink
  26. type InputStreamReader = java.io.InputStreamReader

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

    Permalink
  28. type OutputStream = java.io.OutputStream

    Permalink
  29. type OutputStreamWriter = java.io.OutputStreamWriter

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

    Permalink
  31. type PrintStream = java.io.PrintStream

    Permalink
  32. type Properties = java.util.Properties

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

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

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

    Permalink
  36. type StringBuilder = java.lang.StringBuilder

    Permalink
  37. type StringContext = scala.StringContext

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

    Permalink
  39. type UUID = java.util.UUID

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

    Permalink
  41. type inline = scala.inline

    Permalink
  42. type jClass = Class[_]

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

    Permalink
  44. type jFile = File

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

    Permalink
  46. type jPath = Path

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

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

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

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

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

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

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

    Permalink
  54. type spec = specialized

    Permalink
  55. type switch = scala.annotation.switch

    Permalink
  56. type transient = scala.transient

    Permalink
  57. type unchecked = scala.unchecked

    Permalink
  58. 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: scala.AnyRef

    Permalink
  8. val Boolean: scala.Boolean.type

    Permalink
  9. val Double: scala.Double.type

    Permalink
  10. val Eq: Equal.type

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

    Permalink
  12. val Ord: Order.type

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

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

    Permalink
  15. val Vec: Vector.type

    Permalink
  16. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  27. val sciQueue: Queue.type

    Permalink
  28. val sciTreeMap: TreeMap.type

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

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

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

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

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

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

Inherited from AnyRef

Inherited from scala.Any

Ungrouped