Short

object Short extends Short.Custom.Framework[Short]

Companion for scala.Short

This object also defines specialized custom containers for Short type, so the following code can run without boxing:


   val s: Short.~    = 1.Short <> 5.Short

   val o: Short.Opt  = s.readRaw_?  // Holds Short.Opt(1)

   val l: Short.Pack = s.><     // Holds (2,3,4,5)
Source
__.scala
class Object
trait Matchable
class Any

Member

trait _extension

Short Extension Methods

Extension methods universaly avaialble for type scala.Short

Source
_extension.scala
object Custom
Source
__.scala
object G

Raw Short Generic Specialized Containers

The generic containers are never used directly, but rather as customized shortcuts for specific types.

For example:

  • Short.G.><[Short] usually called as Short.Pack
  • Double.G.Idx[Percent] usually called as Percent.Idx
  • Int.G.Pro.Mutable[Day] usually called as Day.Pro.Mutable
  • Long.G.Collection[Time] usually called as Time.Collection
Source
__.scala

Alias

Inherited

Specialized buffer

Specialized buffer

Already parameterized generic buffer

Inherited from
Framework
Source
__.scala

Specialized collection

Specialized collection

Already parameterized generic collection

Inherited from
Framework
Source
__.scala
inline def Collection: Short.Collection[Short]

Type companion

Type companion

Holds methods to construct type instances

Inherited from
Framework
Source
__.scala
final val Fun: Short.Fun[Short]

Specialized functions

Specialized functions

Already parameterized set of generic functions

Inherited from
Framework
Source
__.scala
type Idx = Short.G.Idx[A]

Specialized indexed collection

Specialized indexed collection

Already parameterized generic indexed collection

Inherited from
Framework
Source
__.scala
final val Idx: Short.Idx[Short]

Type companion

Type companion

Holds methods to construct type instances

Inherited from
Framework
Source
__.scala
type Lookup[B] = Short.G.Lookup[A, B]

Specialized lookup collection

Specialized lookup collection

Already parameterized generic lookup collection

Inherited from
Framework
Source
__.scala
final val Lookup: Short.Lookup[Short]

Type companion

Type companion

Holds methods to construct type instances

Inherited from
Framework
Source
__.scala
type Opt = Short.G.Opt[A]

Specialized option

Specialized option

Already parameterized generic option

Inherited from
Framework
Source
__.scala
final val Opt: Short.Opt[Short]

Type companion

Type companion

Holds methods to construct type instances

Inherited from
Framework
Source
__.scala

Parameterized J.Ordering

Parameterized J.Ordering

Already parameterized generic J.Ordering

Inherited from
Framework
Source
__.scala
type Pro = Short.G.Pro[A]

Specialized property

Specialized property

Already parameterized generic property

Inherited from
Framework
Source
__.scala
final val Pro: Short.Pro[Short]

Type companion

Type companion

Holds methods to construct type instances

Inherited from
Framework
Source
__.scala
type Promise = Promise[A]

Parameterized Val.Promise

Parameterized Val.Promise

Already parameterized generic Val.Promise

Inherited from
Framework
Source
__.scala
inline def Promise: Ref.Promise[Short]

Type companion

Type companion

Holds methods to construct type instances

Inherited from
Framework
Source
__.scala
type Result = Result.type[A]

Parameterized Val.Result

Parameterized Val.Result

Already parameterized generic Val.Result

Inherited from
Framework
Source
__.scala
inline def Result: Ref.Result[Short]

Type companion

Type companion

Holds methods to construct type instances

Inherited from
Framework
Source
__.scala

Type alias

Type alias

Shortcut to Collection.StableSet

Inherited from
Framework
Source
__.scala

Companion alias

Companion alias

Holds methods to construct type instances

Inherited from
Framework
Source
__.scala

Def

inline def math: Short.G.Math[Short]

Math interface

Math interface

Returns type math implementation

Source
__.scala
inline def max: Short

Maximum

Maximum

Returns type maximum value: 2 ^ 15 - 1

Source
__.scala
inline def min: Short

Minimum

Minimum

Returns type minimal value: -2 ^ 15

Source
__.scala
inline def ordering: Short.G.Math.Ordering[Short]

Ordering

Ordering

Returns type natural ordering

Source
__.scala

Inherited

inline def emptyArray: Array[Short]

Empty array

Empty array

Returns singleton scala.Array.emptyShortArray

Inherited from
Framework
Source
__.scala