Packages

c

fs2.Chunk

Longs

final class Longs extends Chunk[Long]

Self Type
Longs
Source
Chunk.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Longs
  2. Chunk
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Longs to any2stringadd[Longs] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Longs, B)
    Implicit
    This member is added by an implicit conversion from Longs to ArrowAssoc[Longs] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def apply(i: Int): Long
    Definition Classes
    LongsChunk
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def at(i: Int): Long
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def collect[B](pf: PartialFunction[Long, B]): Chunk[B]
    Definition Classes
    Chunk
  11. def copyToArray[B >: Long](xs: Array[B], start: Int): Unit
    Definition Classes
    LongsChunk
  12. def drop(n: Int): Chunk[Long]
    Definition Classes
    LongsChunk
  13. def ensuring(cond: (Longs) ⇒ Boolean, msg: ⇒ Any): Longs
    Implicit
    This member is added by an implicit conversion from Longs to Ensuring[Longs] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (Longs) ⇒ Boolean): Longs
    Implicit
    This member is added by an implicit conversion from Longs to Ensuring[Longs] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): Longs
    Implicit
    This member is added by an implicit conversion from Longs to Ensuring[Longs] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): Longs
    Implicit
    This member is added by an implicit conversion from Longs to Ensuring[Longs] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(a: Any): Boolean
    Definition Classes
    Chunk → AnyRef → Any
  19. def filter(f: (Long) ⇒ Boolean): Longs
    Definition Classes
    LongsChunk
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def foldLeft[B](z: B)(f: (B, Long) ⇒ B): B
    Definition Classes
    LongsChunk
  22. def foldRight[B](z: B)(f: (Long, B) ⇒ B): B
    Definition Classes
    LongsChunk
  23. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Longs to StringFormat[Longs] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int
    Definition Classes
    Chunk → AnyRef → Any
  26. def indexWhere(p: (Long) ⇒ Boolean): Option[Int]
    Definition Classes
    Chunk
  27. def isEmpty: Boolean
    Definition Classes
    Chunk
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def iterator: Iterator[Long]
    Definition Classes
    Chunk
  30. def map[B](f: (Long) ⇒ B): Chunk[B]
    Definition Classes
    LongsChunk
  31. def mapAccumulate[S, B](s0: S)(f: (S, Long) ⇒ (S, B)): (S, Chunk[B])
    Definition Classes
    Chunk
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def nonEmpty: Boolean
    Definition Classes
    Chunk
  34. final def notify(): Unit
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  36. val offset: Int
  37. def scanLeft[B](z: B)(f: (B, Long) ⇒ B): Chunk[B]
    Definition Classes
    Chunk
  38. val size: Int
    Definition Classes
    LongsChunk
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def take(n: Int): Chunk[Long]
    Definition Classes
    LongsChunk
  41. def toArray[B >: Long](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    Chunk
  42. def toBooleans[B >: Long](implicit ev: =:=[B, Boolean]): Booleans
    Definition Classes
    Chunk
  43. def toBytes[B >: Long](implicit ev: =:=[B, Byte]): Bytes
    Definition Classes
    Chunk
  44. def toDoubles[B >: Long](implicit ev: =:=[B, Double]): Doubles
    Definition Classes
    Chunk
  45. def toList: List[Long]
    Definition Classes
    Chunk
  46. def toLongs[B >: Long](implicit ev: =:=[B, Long]): Longs
    Definition Classes
    Chunk
  47. def toString(): String
    Definition Classes
    Chunk → AnyRef → Any
  48. def toVector: Vector[Long]
    Definition Classes
    Chunk
  49. def uncons: Option[(Long, Chunk[Long])]
    Definition Classes
    Chunk
  50. val values: Array[Long]
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. def [B](y: B): (Longs, B)
    Implicit
    This member is added by an implicit conversion from Longs to ArrowAssoc[Longs] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Chunk[Long]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Longs to any2stringadd[Longs]

Inherited by implicit conversion StringFormat from Longs to StringFormat[Longs]

Inherited by implicit conversion Ensuring from Longs to Ensuring[Longs]

Inherited by implicit conversion ArrowAssoc from Longs to ArrowAssoc[Longs]

Ungrouped