Short.G.Pack.Z_Void

object z_Void extends Short.G.Pack[scala.Nothing] with Void
trait Void
trait Able.Void
class Short.G.Pack[scala.Nothing]
trait Short.G.Idx[scala.Nothing]
trait Short.G.Collection[scala.Nothing]
trait Any.Z.PrimitiveTag.Short
trait Any.Z.PrimitiveTag
trait Able.Contain[scala.Nothing]
class Pack[scala.Nothing]
trait Idx[scala.Nothing]
trait Collection[scala.Nothing]
trait Able.Size
trait Able.Stream[scala.Nothing]
class java.lang.Object
trait scala.Matchable
class Any

Def

@targetName("join")
inline def +(v: scala.Nothing): this.type

Alias for join

Alias for join

Creates a new Pack with given value appended to the end of current Pack

Inherited from
Pack
Source
__.scala
@targetName("joinAll")
inline def ++(v: Stream[scala.Nothing]): this.type

Alias for joinAll

Alias for joinAll

Creates a new Pack with given stream values appended to the end of current Pack

Inherited from
Pack
Source
__.scala
@targetName("joinAllAt")
inline def ++@(i: Int, v: Stream[scala.Nothing]): this.type

Alias for joinAllAt

Alias for joinAllAt

Creates a new Pack with given stream values inserted into current Pack at given position

Inherited from
Pack
Source
__.scala
@targetName("join")
inline def +@(i: Int, v: scala.Nothing): this.type

Alias for joinAt

Alias for joinAt

Creates a new Pack with given value inserted into current Pack at given position

Inherited from
Pack
Source
__.scala
def apply(i: Int): scala.Nothing
Inherited from
Pack
Source
Pack.scala
override def contains(v: scala.Nothing): Boolean
Definition Classes
Inherited from
Pack
Source
Pack.scala
inline def dropFirst(cnt: Int): this.type

Head reversed filter

Head reversed filter

Creates a new Pack from current Pack, skipping given number of first elements

Inherited from
Pack
Source
__.scala
inline def dropLast(cnt: Int): this.type

Tail reversed filter

Tail reversed filter

Creates a new Pack from current Pack, skipping given number of last elements

Inherited from
Pack
Source
__.scala
def dropRange(from: Int, sz: Int): Short.G.Pack[scala.Nothing]
Inherited from
Pack
Source
Pack.scala
inline def dropRange(r: Int.Range): this.type

Range reversed filter

Range reversed filter

Creates a new Pack from current Pack, skipping elements within given range

Inherited from
Pack
Source
__.scala
inline def foreach[U](f: scala.Nothing => U): Unit

Process all elements

Process all elements

Applies given function to each Pack element.

This method is more eficient than Stream foreach.

Inherited from
Pack
Source
__.scala
final def isVoid: Boolean

Returns "true"

Returns "true"

Method is final with true value hardcoded.

Inherited from
Void
Source
__.scala
def join(v: scala.Nothing): Short.G.Pack[scala.Nothing]
Inherited from
Pack
Source
Pack.scala
def joinAll(vs: Stream[scala.Nothing]): Short.G.Pack[scala.Nothing]
Inherited from
Pack
Source
Pack.scala
def joinAllAt(i: Int, vs: Stream[scala.Nothing]): Short.G.Pack[scala.Nothing]
Inherited from
Pack
Source
Pack.scala
def joinAt(i: Int, v: scala.Nothing): Short.G.Pack[scala.Nothing]
Inherited from
Pack
Source
Pack.scala
def pack: Short.G.Pack[scala.Nothing]
Inherited from
Pack
Source
Pack.scala
inline def raw(using sp: Specialized.Primitive[scala.Nothing]): s.Pack

Specialize

Specialize

This operation will not compile for reference types

Returns specialized pack for undelying primitive type

Note: If this instance is already specialized, it is returned as is

Inherited from
Pack
Source
__.scala
def size: Int
Inherited from
Pack
Source
Pack.scala
override def stream: Short.G.Stream[scala.Nothing]
Definition Classes
Inherited from
Pack
Source
Pack.scala
inline def takeFirst(cnt: Int): this.type

Head filter

Head filter

Creates a new Pack from current Pack, taking only given number of first elements

Inherited from
Pack
Source
__.scala
inline def takeLast(cnt: Int): this.type

Tail filter

Tail filter

Creates a new Pack from current Pack, taking only given number of last elements

Inherited from
Pack
Source
__.scala
def takeRange(from: Int, sz: Int): Short.G.Pack[scala.Nothing]
Inherited from
Pack
Source
Pack.scala
inline def takeRange(r: Int.Range): this.type

Range filter

Range filter

Creates a new Pack from current Pack, taking only elements within given range

Inherited from
Pack
Source
__.scala
def toBuffer: Short.G.Buffer[scala.Nothing]
Inherited from
Pack
Source
Pack.scala