Boolean.G
Boolean Generic Specialized Containers
The generic containers are never used directly, but rather as customized shortcuts for specific types.
For example:
Boolean.G.Pack[Boolean]
usually called asBoolean.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
Boolean Specialized Generic Buffer
To be used with Boolean based opaque values.
- Source
- Buffer.scala
Boolean Specialized Generic Buffer
To be used with Boolean based opaque values.
- Source
- Buffer.scala
Boolean Specialized Generic Collection
To be used with Boolean based opaque values.
- Source
- Collection.scala
Boolean Specialized Generic Collection
To be used with Boolean 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 Boolean specialized generic functions, to be used with Boolean based opaque values.
- Source
- Fun.scala
Boolean Specialized Generic Indexed Collection
To be used with Boolean based opaque values.
- Source
- Idx.scala
Boolean Specialized Generic Indexed Collection
To be used with Boolean based opaque values.
- Source
- Idx.scala
Boolean Specialized Generic Pack Collection
To be used with Boolean based opaque values.
- Source
- Pack.scala
Boolean Specialized Generic Pack Collection
To be used with Boolean based opaque values.
- Source
- Pack.scala
Boolean Specialized Generic Provider/Property
To be used with Boolean based opaque values.
- Source
- Pro.scala
Boolean Specialized Generic Provider/Property
To be used with Boolean based opaque values.
- Source
- Pro.scala