Volume

org.soundsofscala.models.Types$package.Volume
object Volume extends Newtype[Double]

Attributes

Source
Types.scala
Graph
Supertypes
trait Newtype[Double]
trait NewtypeBase[Double]
class Object
trait Matchable
class Any
Self type
Volume.type

Members list

Type members

Inherited and Abstract types

override opaque type Type

Attributes

Inherited from:
Newtype
Source
Newtype.scala

Value members

Inherited methods

def apply(a: Double): Type

Attributes

Inherited from:
Newtype
Source
Newtype.scala
override def deriving[F[*]](using fa: F[Double]): F[Type]

Attributes

Definition Classes
Newtype -> NewtypeBase
Inherited from:
Newtype
Source
Newtype.scala
def unapply(typ: Type): Some[Double]

Attributes

Inherited from:
Newtype
Source
Newtype.scala

Givens

Inherited givens

given newRefinedCanEqual: CanEqual[Type, Type]

Attributes

Inherited from:
NewtypeBase
Source
NewtypeBase.scala
inline given unwrap: Coercible[Type, Double]

Attributes

Inherited from:
NewtypeBase
Source
NewtypeBase.scala
inline given unwrapTC[F[*]]: Coercible[F[Type], F[Double]]

Attributes

Inherited from:
NewtypeBase
Source
NewtypeBase.scala
inline given wrap: Coercible[Double, Type]

Attributes

Inherited from:
Newtype
Source
Newtype.scala
inline given wrapTC[F[*]]: Coercible[F[Double], F[Type]]

Attributes

Inherited from:
Newtype
Source
Newtype.scala

Extensions

Inherited extensions

extension [B](typ: Type)
def toValue(using coercibleA2B: Coercible[Double, B]): B

Attributes

Inherited from:
NewtypeBase
Source
NewtypeBase.scala
extension (typ: Type)
inline override def value: Double

Attributes

Definition Classes
Newtype -> NewtypeBase
Inherited from:
Newtype
Source
Newtype.scala