Boolean.G

object 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 as Boolean.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.Boolean](arrayToUse: Array[Boolean], sizeToStartWith: Int) extends Val.Buffer[A] with Boolean.G.Idx.M[A]

Boolean Specialized Generic Buffer

To be used with Boolean based opaque values.

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

Boolean Specialized Generic Buffer

To be used with Boolean based opaque values.

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

Boolean Specialized Generic Collection

To be used with Boolean based opaque values.

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

Boolean Specialized Generic Collection

To be used with Boolean 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 Boolean specialized generic functions, to be used with Boolean based opaque values.

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

Boolean Specialized Generic Indexed Collection

To be used with Boolean based opaque values.

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

Boolean Specialized Generic Indexed Collection

To be used with Boolean based opaque values.

Source
Idx.scala
opaque type Opt[+A <: Any.Boolean]

Boolean Specialized Generic Option

To be used with Boolean based opaque values.

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

Boolean Specialized Generic Pack Collection

To be used with Boolean based opaque values.

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

Boolean Specialized Generic Pack Collection

To be used with Boolean based opaque values.

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

Boolean Specialized Generic Provider/Property

To be used with Boolean based opaque values.

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

Boolean Specialized Generic Provider/Property

To be used with Boolean based opaque values.

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

Boolean Specialized Generic Stream

To be used with Boolean based opaque values.

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

Boolean Specialized Generic Stream

To be used with Boolean based opaque values.

Source
Stream.scala