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 asInt.Pack
Double.G.Idx[Percent]
usually called asPercent.Idx
Int.G.Pro.Mutable[Day]
usually called asDay.Pro.Mutable
Long.G.Collection[Time]
usually called asTime.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
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
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