Packages

final class Long extends NumericConstant[BigInt] with Product with Serializable

Annotations
@tokenClass("long constant", true) @leafClass()
Linear Supertypes
NumericConstant[BigInt], Constant[BigInt], Literal, Token, java.io.Serializable, Product, scala.Equals, internal.tokens.Metadata.Token, Adt, InternalToken, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Long
  2. NumericConstant
  3. Constant
  4. Literal
  5. Token
  6. Serializable
  7. Product
  8. Equals
  9. Token
  10. Adt
  11. InternalToken
  12. AnyRef
  13. Any
Implicitly
  1. by orderingToOrdered
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Long(input: Input, dialect: Dialect, start: scala.Int, end: scala.Int, value: BigInt)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: scala.Int
    Definition Classes
    AnyRef → Any
  3. def +(other: Predef.String): Predef.String
    Implicit
    This member is added by an implicit conversion from Long toany2stringadd[Long] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Long, B)
    Implicit
    This member is added by an implicit conversion from Long toArrowAssoc[Long] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. def <(that: Long): Boolean
    Implicit
    This member is added by an implicit conversion from Long tomath.Ordered[Long] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[Long] is in scope.
    Definition Classes
    Ordered
  6. def <=(that: Long): Boolean
    Implicit
    This member is added by an implicit conversion from Long tomath.Ordered[Long] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[Long] is in scope.
    Definition Classes
    Ordered
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def >(that: Long): Boolean
    Implicit
    This member is added by an implicit conversion from Long tomath.Ordered[Long] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[Long] is in scope.
    Definition Classes
    Ordered
  9. def >=(that: Long): Boolean
    Implicit
    This member is added by an implicit conversion from Long tomath.Ordered[Long] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[Long] is in scope.
    Definition Classes
    Ordered
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def canEqual(other: Any): Boolean
    Definition Classes
    Long → Equals
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. def compare(that: Long): scala.Int
    Implicit
    This member is added by an implicit conversion from Long tomath.Ordered[Long] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[Long] is in scope.
    Definition Classes
    Ordered
  14. def compareTo(that: Long): scala.Int
    Implicit
    This member is added by an implicit conversion from Long tomath.Ordered[Long] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[Long] is in scope.
    Definition Classes
    Ordered → Comparable
  15. def copy(input: Input = this.input, dialect: Dialect = this.dialect, start: scala.Int = this.start, end: scala.Int = this.end, value: BigInt = this.value): Long
  16. val dialect: Dialect
    Definition Classes
    LongToken
  17. val end: scala.Int
    Definition Classes
    LongToken
  18. def ensuring(cond: (Long) => Boolean, msg: => Any): Long
    Implicit
    This member is added by an implicit conversion from Long toEnsuring[Long] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: (Long) => Boolean): Long
    Implicit
    This member is added by an implicit conversion from Long toEnsuring[Long] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean, msg: => Any): Long
    Implicit
    This member is added by an implicit conversion from Long toEnsuring[Long] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean): Long
    Implicit
    This member is added by an implicit conversion from Long toEnsuring[Long] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(other: Any): Boolean
    Definition Classes
    Long → Equals → AnyRef → Any
  24. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def hashCode(): scala.Int
    Definition Classes
    Long → AnyRef → Any
  27. val input: Input
    Definition Classes
    LongToken
  28. final def isEmpty: Boolean
    Definition Classes
    Token
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def pos: Position
    Definition Classes
    LongToken
  34. def productArity: scala.Int
    Definition Classes
    Long → Product
  35. def productElement(n: scala.Int): Any
    Definition Classes
    Long → Product
  36. def productElementName(n: scala.Int): Predef.String
    Definition Classes
    Product
  37. def productElementNames: Iterator[Predef.String]
    Definition Classes
    Product
  38. def productIterator: Iterator[Any]
    Definition Classes
    Long → Product
  39. def productPrefix: Predef.String
    Definition Classes
    Long → Product
  40. val start: scala.Int
    Definition Classes
    LongToken
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def text: Predef.String
    Definition Classes
    Token
  43. final def toString(): Predef.String
    Definition Classes
    Long → AnyRef → Any
  44. val value: BigInt
    Definition Classes
    LongConstant
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: scala.Long, arg1: scala.Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: scala.Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def formatted(fmtstr: Predef.String): Predef.String
    Implicit
    This member is added by an implicit conversion from Long toStringFormat[Long] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  2. def [B](y: B): (Long, B)
    Implicit
    This member is added by an implicit conversion from Long toArrowAssoc[Long] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from NumericConstant[BigInt]

Inherited from Constant[BigInt]

Inherited from Literal

Inherited from Token

Inherited from java.io.Serializable

Inherited from Product

Inherited from scala.Equals

Inherited from internal.tokens.Metadata.Token

Inherited from Adt

Inherited from InternalToken

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion orderingToOrdered fromLong to math.Ordered[Long]

Inherited by implicit conversion any2stringadd fromLong to any2stringadd[Long]

Inherited by implicit conversion StringFormat fromLong to StringFormat[Long]

Inherited by implicit conversion Ensuring fromLong to Ensuring[Long]

Inherited by implicit conversion ArrowAssoc fromLong to ArrowAssoc[Long]

Ungrouped