abstract class Base[A <: Boolean.Opaque](name: String) extends _methods with Any.Def.Void.Primitive.X.Boolean[A]
Boolean Opaque Companion Object Base
Opaque Base allows to create Scalqa basic opaque type, which can be processed by stream without boxing.
Note. Most opaque companions extend Opaque.Data, which also defines specialized containers attached to the type.
- Source
- __.scala
trait Any.Def.Void.Primitive.X.Boolean[Boolean.Opaque.Base.A]
trait Any.Def.Void.Primitive[Boolean.Opaque.Base.A]
trait _methods
class Any.Z.OpaqueBase[Boolean.Opaque.Base.A]
trait Any.Def.Void[Boolean.Opaque.Base.A]
trait Any.Def.Doc[Boolean.Opaque.Base.A]
trait Any.Def.Tag[Boolean.Opaque.Base.A]
class Any.Def.TypeName[Boolean.Opaque.Base.A]
class java.lang.Object
trait scala.Matchable
class Any
class Boolean.Opaque.Data[Boolean.Opaque.Data.A]
Def
Void check
Void check
Override this method to define which instances of this type are void
By default this method always returns false
If type supports void instances, then following inmpelentation should be added in most cases:
implicit inline def implicitRequest(v:VOID): OPAQUE_TYPE
- Source
- __.scala