Chunk

kyo.Chunk
See theChunk companion class
object Chunk

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Chunk.type

Members list

Type members

Classlikes

sealed abstract class Indexed[A] extends Chunk[A]

Attributes

Supertypes
class Chunk[A]
trait Seq[A]
trait SeqOps[A, Seq, Seq[A]]
trait Seq[A]
trait Equals
trait SeqOps[A, Seq, Seq[A]]
trait PartialFunction[Int, A]
trait Int => A
trait Iterable[A]
trait Iterable[A]
trait IterableFactoryDefaults[A, Seq]
trait IterableOps[A, Seq, Seq[A]]
trait IterableOnceOps[A, Seq, Seq[A]]
trait IterableOnce[A]
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply[A](values: A*): Chunk[A]
def empty[A]: Chunk[A]
def fill[A](n: Int)(v: A): Chunk[A]
def from[A](values: Seq[A]): Indexed[A]

Givens

Givens

given derived$CanEqual[A_$_L, A_$_R](implicit x$0: CanEqual[A_$_L, A_$_R]): CanEqual[Chunk[A_$_L], Chunk[A_$_R]]