object Opaque
- Source
- __.scala
class java.lang.Object
trait scala.Matchable
class Any
Member
abstract class Base[A <: Double.Opaque](name: String) extends _methods with Any.Def.Void.Primitive.X.Double[A]
Double Opaque Type Companion 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
- Base.scala
abstract class Data[A <: Double.Opaque](name: String) extends Double.Opaque.Base[A] with _methods with Double.G.Companion.Containers[A]
Double Opaque Data Companion Base
Opaque Data not only defines a Double based opaque type, but also privides a framework of specialized containers attached to this type.
See more in the guide.
- Source
- __.scala
abstract class Data[A <: Double.Opaque](name: String) extends Double.Opaque.Base[A] with _methods with Double.G.Companion.Containers[A]
Double Opaque Data Companion Base
Opaque Data not only defines a Double based opaque type, but also privides a framework of specialized containers attached to this type.
See more in the guide.
- Source
- __.scala