slamdata.pkg

PackageAliases

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

Type Members

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

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

  3. type Any = scala.Any

  4. type AnyRef = AnyRef

  5. type AnyVal = scala.AnyVal

  6. type AtomicInt = AtomicInteger

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

  8. type BufferedOutputStream = java.io.BufferedOutputStream

  9. type BufferedReader = java.io.BufferedReader

  10. type ByteBuffer = java.nio.ByteBuffer

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

  12. type CharBuffer = java.nio.CharBuffer

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

  14. type ClassLoader = java.lang.ClassLoader

  15. type Cmp = Ordering

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

  17. type Dynamic = scala.Dynamic

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

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

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

  21. type Exception = java.lang.Exception

  22. type FileInputStream = java.io.FileInputStream

  23. type FileOutputStream = java.io.FileOutputStream

  24. type IOException = java.io.IOException

  25. type InputStream = java.io.InputStream

  26. type InputStreamReader = java.io.InputStreamReader

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

  28. type OutputStream = java.io.OutputStream

  29. type OutputStreamWriter = java.io.OutputStreamWriter

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

  31. type PrintStream = java.io.PrintStream

  32. type Properties = java.util.Properties

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

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

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

  36. type StringBuilder = java.lang.StringBuilder

  37. type StringContext = scala.StringContext

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

  39. type UUID = java.util.UUID

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

  41. type inline = scala.inline

  42. type jClass = Class[_]

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

  44. type jFile = File

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

  46. type jPath = Path

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

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

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

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

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

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

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

  54. type spec = specialized

  55. type switch = scala.annotation.switch

  56. type transient = scala.transient

  57. type unchecked = scala.unchecked

  58. type volatile = scala.volatile

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: scala.Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

  5. val ->: Product2.type

  6. val :+: scala.collection.:+.type

  7. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  8. final def ==(arg0: scala.Any): Boolean

    Definition Classes
    Any
  9. val AnyRef: scala.AnyRef

  10. val Boolean: scala.Boolean.type

  11. val Double: scala.Double.type

  12. val Eq: Equal.type

  13. val Left: scala.util.Left.type

  14. val Ord: Order.type

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

  16. val Try: scala.util.Try.type

  17. val Vec: Vector.type

  18. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  19. def clone(): AnyRef

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. val sciQueue: Queue.type

  30. val sciTreeMap: TreeMap.type

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

    Definition Classes
    AnyRef
  32. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from scala.Any

Ungrouped