ChunkIterator

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def fromArray[A](array: Array[A]): ChunkIterator[A]

Constructs an iterator from an array of arbitrary values.

Constructs an iterator from an array of arbitrary values.

def fromVector[A](vector: Vector[A]): ChunkIterator[A]

Constructs an iterator from a Vector.

Constructs an iterator from a Vector.

Concrete fields

val empty: ChunkIterator[Nothing]

The empty iterator.

The empty iterator.