Int.G

object G

Int Generic Specialized Containers

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

For example:

  • Int.G.Pack[Int] usually called as Int.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
class java.lang.Object
trait scala.Matchable
class Any

Member

class Buffer[A <: Any.Int](arrayToUse: Array[Int], sizeToStartWith: Int) extends Val.Buffer[A] with Int.G.Idx.M[A]

Int Specialized Generic Buffer

To be used with Int based opaque values.

Source
Buffer.scala
class Buffer[A <: Any.Int](arrayToUse: Array[Int], sizeToStartWith: Int) extends Val.Buffer[A] with Int.G.Idx.M[A]

Int Specialized Generic Buffer

To be used with Int based opaque values.

Source
Buffer.scala
trait Collection[A <: Any.Int] extends Val.Collection[A] with Able.Contain[A]

Int Specialized Generic Collection

To be used with Int based opaque values.

Source
Collection.scala
trait Collection[A <: Any.Int] extends Val.Collection[A] with Able.Contain[A]

Int Specialized Generic Collection

To be used with Int based opaque values.

Source
Collection.scala
object Companion

Companion object contains a set of classes, which provide companion object functionality for customized generic containers.

Source
__.scala
object Fun

Object Fun contains a set of Int specialized generic functions, to be used with Int based opaque values.

Source
Fun.scala
trait Idx[A <: Any.Int] extends Val.Idx[A] with Int.G.Collection[A]

Int Specialized Generic Indexed Collection

To be used with Int based opaque values.

Source
Idx.scala
trait Idx[A <: Any.Int] extends Val.Idx[A] with Int.G.Collection[A]

Int Specialized Generic Indexed Collection

To be used with Int based opaque values.

Source
Idx.scala
trait Lookup[A <: Any.Int, +B] extends Val.Lookup[A, B]

Int Specialized Generic Lookup Collection

  To be used with Int based opaque values as lookup keys.
Source
Lookup.scala
trait Lookup[A <: Any.Int, +B] extends Val.Lookup[A, B]

Int Specialized Generic Lookup Collection

  To be used with Int based opaque values as lookup keys.
Source
Lookup.scala
opaque type Opt[+A <: Any.Int]

Int Specialized Generic Option

To be used with Int based opaque values.

Source
Opt.scala
class Pack[A <: Any.Int] extends Val.Pack[A] with Int.G.Idx[A]

Int Specialized Generic Pack Collection

To be used with Int based opaque values.

Source
Pack.scala
class Pack[A <: Any.Int] extends Val.Pack[A] with Int.G.Idx[A]

Int Specialized Generic Pack Collection

To be used with Int based opaque values.

Source
Pack.scala
trait Pro[A <: Any.Int] extends Val.Pro[A]

Int Specialized Generic Provider/Property

To be used with Int based opaque values.

Source
Pro.scala
trait Pro[A <: Any.Int] extends Val.Pro[A]

Int Specialized Generic Provider/Property

To be used with Int based opaque values.

Source
Pro.scala
class Range[A <: Any.Int](_start: A, _size: Int) extends Val.Range[A] with Able.Size with Able.Stream[A]

Int Specialized Generic Range

To be used with Int based opaque values.

Source
Range.scala
class Range[A <: Any.Int](_start: A, _size: Int) extends Val.Range[A] with Able.Size with Able.Stream[A]

Int Specialized Generic Range

To be used with Int based opaque values.

Source
Range.scala
class Set[A <: Any.Int] extends Val.Set[A] with Int.G.Collection[A]

Int Specialized Generic Set

To be used with Int based opaque values.

Source
Set.scala
class Set[A <: Any.Int] extends Val.Set[A] with Int.G.Collection[A]

Int Specialized Generic Set

To be used with Int based opaque values.

Source
Set.scala
abstract class Stream[A <: Any.Int] extends Val.Stream[A] with Stream.Custom.Discharge[A]

Int Specialized Generic Stream

To be used with Int based opaque values.

Source
Stream.scala
abstract class Stream[A <: Any.Int] extends Val.Stream[A] with Stream.Custom.Discharge[A]

Int Specialized Generic Stream

To be used with Int based opaque values.

Source
Stream.scala