Trait

slamdata.pkg

PackageMethods

Related Doc: package pkg

Permalink

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
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def Cmp(n: Int): Predef.Cmp

    Permalink
  5. final def asInstanceOf[T0]: T0

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

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

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

    Permalink
  9. def charBuffer(size: Int): Predef.CharBuffer

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

    Permalink
    Annotations
    @inline()
  11. def clone(): AnyRef

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

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

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def eqBy[A]: EqualBy[A]

    Permalink

    Type parameter curriers.

  16. def equals(arg0: Any): Boolean

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

    Permalink
  18. def finalize(): Unit

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

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

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

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

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

    Permalink
  24. def jPath(path: String): Predef.jPath

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

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

    Permalink
    Annotations
    @SuppressWarnings()
  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. def randomBool(): Boolean

    Permalink
  31. def randomDouble(): Double

    Permalink
  32. def randomInt(end: Int): Int

    Permalink
  33. def randomUuid(): Predef.UUID

    Permalink
  34. def showBy[A]: ShowBy[A]

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

    Permalink
    Definition Classes
    AnyRef
  36. def systemMillis(): Long

    Permalink
  37. def toString(): String

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

    Permalink
  39. def utf8Charset: Predef.Charset

    Permalink
  40. def uuid(s: String): Predef.UUID

    Permalink
  41. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped