Short.G.Collection

trait Collection[A <: Any.Short] extends Val.Collection[A] with Able.Contain[A]

Short Specialized Generic Collection

To be used with Short based opaque values.

Source
Collection.scala
trait Any.Z.PrimitiveTag.Short
trait Any.Z.PrimitiveTag
trait Able.Contain[Short.G.Collection.A]
trait Collection[Short.G.Collection.A]
trait Able.Size
trait Able.Stream[Short.G.Collection.A]
class java.lang.Object
trait scala.Matchable
class Any
trait Short.G.Collection.Mutable[Short.G.Collection.Mutable.A]
trait Short.G.Idx.Mutable[Short.G.Idx.Mutable.A]
class Short.G.Buffer[Short.G.Buffer.A]
trait Short.G.Idx[Short.G.Idx.A]
class Short.G.Pack[Short.G.Pack.A]
class Short.G.Set[Short.G.Set.A]

Def

def contains(v: A): Boolean
def size: Int
Inherited from
Collection
Source
__.scala

Extension

inline def ~~[A <: Any.Short]: Short.G.Stream[A]

Shortcut to .stream method

Shortcut to .stream method

Call is inlined and is equivalent to calling method "stream" itself.

Source
Collection.scala