slamdata.pkg

PackageMethods

trait PackageMethods extends AnyRef

Self Type
Predef
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PackageMethods
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. def Cmp(n: Int): Predef.Cmp

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def byteBuffer(xs: Array[Byte], offset: Int, len: Int): Predef.ByteBuffer

  9. def byteBuffer(xs: Array[Byte]): Predef.ByteBuffer

    Annotations
    @SuppressWarnings()
  10. def charBuffer(xs: String): Predef.CharBuffer

  11. def charBuffer(size: Int): Predef.CharBuffer

    Annotations
    @SuppressWarnings()
  12. final def classTag[A](implicit z: Predef.CTag[A]): Predef.CTag[A]

    Annotations
    @inline()
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def discard[A](value: A): Unit

  15. def doto[A](x: A)(f: (A) ⇒ Predef.Any): A

  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def eqBy[A]: EqualBy[A]

    Type parameter curriers.

  18. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  19. implicit def extensionOps[A](x: A): ExtensionOps[A]

  20. def finalize(): Unit

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

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

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

    Definition Classes
    Any
  24. def jClass[A](implicit arg0: Predef.CTag[A]): Predef.jClass

  25. def jClassLoader[A](implicit arg0: Predef.CTag[A]): Predef.ClassLoader

  26. def jPath(path: String): Predef.jPath

  27. def jResource[A](name: String)(implicit arg0: Predef.CTag[A]): Predef.InputStream

  28. def jResource(c: Predef.jClass, name: String): Predef.InputStream

    Annotations
    @SuppressWarnings()
  29. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  32. def randomBool(): Boolean

  33. def randomDouble(): Double

  34. def randomInt(end: Int): Int

  35. def randomUuid(): Predef.UUID

  36. def showBy[A]: ShowBy[A]

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

    Definition Classes
    AnyRef
  38. def systemMillis(): Long

  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. def utf8Bytes(s: String): Array[Byte]

  41. def utf8Charset: Predef.Charset

  42. def uuid(s: String): Predef.UUID

  43. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped