Class

fs2.Chunk

Doubles

Related Doc: package Chunk

Permalink

class Doubles extends Chunk[Double]

Self Type
Doubles
Source
Chunk.scala
Linear Supertypes
Chunk[Double], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Doubles
  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

Instance Constructors

  1. new Doubles(values: Array[Double], offset: Int, sz: Int)

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Doubles to any2stringadd[Doubles] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Doubles, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Doubles to ArrowAssoc[Doubles] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def apply(i: Int): Double

    Permalink
    Definition Classes
    DoublesChunk
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def at(i: Int): Double

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def collect[B](pf: PartialFunction[Double, B]): Chunk[B]

    Permalink
    Definition Classes
    Chunk
  11. def copyToArray[B >: Double](xs: Array[B]): Unit

    Permalink
    Definition Classes
    DoublesChunk
  12. def drop(n: Int): Chunk[Double]

    Permalink
    Definition Classes
    DoublesChunk
  13. def ensuring(cond: (Doubles) ⇒ Boolean, msg: ⇒ Any): Doubles

    Permalink
    Implicit information
    This member is added by an implicit conversion from Doubles to Ensuring[Doubles] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (Doubles) ⇒ Boolean): Doubles

    Permalink
    Implicit information
    This member is added by an implicit conversion from Doubles to Ensuring[Doubles] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): Doubles

    Permalink
    Implicit information
    This member is added by an implicit conversion from Doubles to Ensuring[Doubles] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): Doubles

    Permalink
    Implicit information
    This member is added by an implicit conversion from Doubles to Ensuring[Doubles] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(a: Any): Boolean

    Permalink
    Definition Classes
    Chunk → AnyRef → Any
  19. def filter(f: (Double) ⇒ Boolean): Doubles

    Permalink
    Definition Classes
    DoublesChunk
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def foldLeft[B](z: B)(f: (B, Double) ⇒ B): B

    Permalink
    Definition Classes
    DoublesChunk
  22. def foldRight[B](z: B)(f: (Double, B) ⇒ B): B

    Permalink
    Definition Classes
    DoublesChunk
  23. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Doubles to StringFormat[Doubles] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Chunk → AnyRef → Any
  26. def indexWhere(p: (Double) ⇒ Boolean): Option[Int]

    Permalink
    Definition Classes
    Chunk
  27. def isEmpty: Boolean

    Permalink
    Definition Classes
    Chunk
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. def iterator: Iterator[Double]

    Permalink
    Definition Classes
    Chunk
  30. def map[B](f: (Double) ⇒ B): Chunk[B]

    Permalink
    Definition Classes
    Chunk
  31. def mapAccumulate[S, B](s0: S)(f: (S, Double) ⇒ (S, B)): (S, Chunk[B])

    Permalink
    Definition Classes
    Chunk
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. val offset: Int

    Permalink
  36. def scanLeft[B](z: B)(f: (B, Double) ⇒ B): Chunk[B]

    Permalink
    Definition Classes
    Chunk
  37. val size: Int

    Permalink
    Definition Classes
    DoublesChunk
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def take(n: Int): Chunk[Double]

    Permalink
    Definition Classes
    DoublesChunk
  40. def toArray[B >: Double](implicit arg0: ClassTag[B]): Array[B]

    Permalink
    Definition Classes
    Chunk
  41. def toList: List[Double]

    Permalink
    Definition Classes
    Chunk
  42. def toString(): String

    Permalink
    Definition Classes
    Chunk → AnyRef → Any
  43. def toVector: Vector[Double]

    Permalink
    Definition Classes
    Chunk
  44. def uncons: Option[(Double, Chunk[Double])]

    Permalink
    Definition Classes
    Chunk
  45. val values: Array[Double]

    Permalink
  46. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. def [B](y: B): (Doubles, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Doubles to ArrowAssoc[Doubles] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Chunk[Double]

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped