Batch

indigo.shared.collections.Batch
See theBatch companion trait
object Batch

Attributes

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

Members list

Type members

Classlikes

object :==

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
:==.type
object ==:

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
==:.type

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](value: A): Batch[A]
def apply[A](values: Array[A]): Batch[A]
def apply[A](values: A*): Batch[A]
def combine[A](batch1: Batch[A], batch2: Batch[A]): Batch[A]
def combineAll[A](batches: Batch[A]*): Batch[A]
def empty[A]: Batch[A]
def fill[A](n: Int)(elem: => A): Batch[A]
def fromArray[A](values: Array[A]): Batch[A]
def fromIndexedSeq[A](values: IndexedSeq[A]): Batch[A]
def fromIterator[A](values: Iterator[A]): Batch[A]
def fromJSArray[A](values: Array[A]): Batch[A]
def fromList[A](values: List[A]): Batch[A]
def fromMap[K, V](values: Map[K, V]): Batch[(K, V)]
def fromOption[A](value: Option[A]): Batch[A]
def fromRange[A](value: Range): Batch[Int]
def fromSeq[A](values: Seq[A]): Batch[A]
def fromSet[A](values: Set[A]): Batch[A]
def sequenceOption[A](b: Batch[Option[A]]): Option[Batch[A]]
def unapplySeq[A](b: Batch[A]): Seq[A]

Givens

Givens

given given_CanEqual_Batch_Batch: CanEqual[Batch[_], Batch[_]]
given given_CanEqual_Batch_Combine: CanEqual[Batch[_], Combine[_]]
given given_CanEqual_Batch_Wrapped: CanEqual[Batch[_], Wrapped[_]]
given given_CanEqual_Combine_Batch: CanEqual[Combine[_], Batch[_]]
given given_CanEqual_Combine_Combine: CanEqual[Combine[_], Combine[_]]
given given_CanEqual_Combine_Wrapped: CanEqual[Combine[_], Wrapped[_]]
given given_CanEqual_Wrapped_Batch: CanEqual[Wrapped[_], Batch[_]]
given given_CanEqual_Wrapped_Combine: CanEqual[Wrapped[_], Combine[_]]
given given_CanEqual_Wrapped_Wrapped: CanEqual[Wrapped[_], Wrapped[_]]

Extensions

Extensions

extension [A](s: Seq[A])
def toBatch: Batch[A]