Char.G
Char Generic Specialized Containers
The generic containers are never used directly, but rather as customized shortcuts for specific types.
For example:
Char.G.Pack[Char]
usually called asChar.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
Member
Char Specialized Generic Buffer
To be used with Char based opaque values.
- Source
- Buffer.scala
Char Specialized Generic Buffer
To be used with Char based opaque values.
- Source
- Buffer.scala
Char Specialized Generic Collection
To be used with Char based opaque values.
- Source
- Collection.scala
Char Specialized Generic Collection
To be used with Char based opaque values.
- Source
- Collection.scala
Companion object contains a set of classes, which provide companion object functionality for customized generic containers.
- Source
- __.scala
Object Fun contains a set of Char specialized generic functions, to be used with Char based opaque values.
- Source
- Fun.scala
Char Specialized Generic Indexed Collection
To be used with Char based opaque values.
- Source
- Idx.scala
Char Specialized Generic Indexed Collection
To be used with Char based opaque values.
- Source
- Idx.scala
Char Specialized Generic Lookup Collection
To be used with Char based opaque values as lookup keys.
- Source
- Lookup.scala
Char Specialized Generic Lookup Collection
To be used with Char based opaque values as lookup keys.
- Source
- Lookup.scala
Char Specialized Generic Provider/Property
To be used with Char based opaque values.
- Source
- Pro.scala
Char Specialized Generic Provider/Property
To be used with Char based opaque values.
- Source
- Pro.scala
Char Specialized Generic Range
To be used with Char based opaque values.
- Source
- Range.scala
Char Specialized Generic Range
To be used with Char based opaque values.
- Source
- Range.scala