- Companion:
- class
trait SeqFactory[Chunk]
trait IterableFactory[Chunk]
trait Serializable
class Object
trait Matchable
class Any
ChunkLike.type
Value members
Concrete methods
Constructs a Chunk from the specified IterableOnce.
Constructs a Chunk from the specified IterableOnce.
Constructs a new ChunkBuilder. This operation allocates mutable state and
is not referentially transparent. It is provided for compatibility with
Scala's collection library and should not be used for other purposes.
Constructs a new ChunkBuilder. This operation allocates mutable state and
is not referentially transparent. It is provided for compatibility with
Scala's collection library and should not be used for other purposes.
Inherited methods
def tabulate[A](n1: Int, n2: Int, n3: Int, n4: Int, n5: Int)(f: (Int, Int, Int, Int, Int) => A): CC[CC[CC[CC[CC[A]]]]]
- Inherited from:
- IterableFactory
def tabulate[A](n1: Int, n2: Int, n3: Int, n4: Int)(f: (Int, Int, Int, Int) => A): CC[CC[CC[CC[A]]]]
- Inherited from:
- IterableFactory