Long.Custom.Framework

trait Framework[A <: RAW]
class Object
trait Matchable
class Any

Alias

Specialized buffer

Specialized buffer

Already parameterized generic buffer

Source
__.scala

Specialized collection

Specialized collection

Already parameterized generic collection

Source
__.scala

Type companion

Type companion

Holds methods to construct type instances

Source
__.scala
final val Fun: Long.Fun[A]

Specialized functions

Specialized functions

Already parameterized set of generic functions

Source
__.scala
type Idx = Long.G.Idx[A]

Specialized indexed collection

Specialized indexed collection

Already parameterized generic indexed collection

Source
__.scala
final val Idx: Long.Idx[A]

Type companion

Type companion

Holds methods to construct type instances

Source
__.scala
type Lookup[B] = Long.G.Lookup[A, B]

Specialized lookup collection

Specialized lookup collection

Already parameterized generic lookup collection

Source
__.scala
final val Lookup: Long.Lookup[A]

Type companion

Type companion

Holds methods to construct type instances

Source
__.scala
type Opt = Long.G.Opt[A]

Specialized option

Specialized option

Already parameterized generic option

Source
__.scala
final val Opt: Long.Opt[A]

Type companion

Type companion

Holds methods to construct type instances

Source
__.scala

Parameterized J.Ordering

Parameterized J.Ordering

Already parameterized generic J.Ordering

Source
__.scala
type Pro = Long.G.Pro[A]

Specialized property

Specialized property

Already parameterized generic property

Source
__.scala
final val Pro: Long.Pro[A]

Type companion

Type companion

Holds methods to construct type instances

Source
__.scala
type Promise = Promise[A]

Parameterized Val.Promise

Parameterized Val.Promise

Already parameterized generic Val.Promise

Source
__.scala
inline def Promise: Ref.Promise[A]

Type companion

Type companion

Holds methods to construct type instances

Source
__.scala
type Result = Result.type[A]

Parameterized Val.Result

Parameterized Val.Result

Already parameterized generic Val.Result

Source
__.scala
inline def Result: Ref.Result[A]

Type companion

Type companion

Holds methods to construct type instances

Source
__.scala

Type alias

Type alias

Shortcut to Collection.StableSet

Source
__.scala

Companion alias

Companion alias

Holds methods to construct type instances

Source
__.scala

Def

inline def emptyArray: Array[A]

Empty array

Empty array

Returns singleton scala.Array.emptyLongArray

Source
__.scala