MidiVelocity

org.soundsofscala.models.Types$package.Octave.MidiVelocity
object MidiVelocity extends Refined[Int]

Attributes

Source
Types.scala
Graph
Supertypes
trait Refined[Int]
trait RefinedBase[Int]
trait NewtypeBase[Int]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited and Abstract types

override opaque type Type

Attributes

Inherited from:
RefinedBase
Source
RefinedBase.scala

Value members

Concrete methods

inline override def invalidReason(a: Int): String

Attributes

Definition Classes
RefinedBase
Source
Types.scala
inline override def predicate(a: Int): Boolean

Attributes

Definition Classes
RefinedBase
Source
Types.scala

Inherited methods

inline def apply(a: Int): Type

Attributes

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

Attributes

Definition Classes
RefinedBase -> NewtypeBase
Inherited from:
RefinedBase
Source
RefinedBase.scala
inline def expectedMessage(expected: String): String

Attributes

Inherited from:
RefinedBase
Source
RefinedBase.scala
def from(a: Int): Either[String, Type]

Attributes

Inherited from:
RefinedBase
Source
RefinedBase.scala
def unapply(typ: Type): Some[Int]

Attributes

Inherited from:
RefinedBase
Source
RefinedBase.scala
def unsafeFrom(a: Int): Type

Attributes

Inherited from:
RefinedBase
Source
RefinedBase.scala

Givens

Inherited givens

inline given given_RefinedCtor_Type_A: given_RefinedCtor_Type_A

Attributes

Inherited from:
RefinedBase
Source
RefinedBase.scala
given newRefinedCanEqual: CanEqual[Type, Type]

Attributes

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

Attributes

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

Attributes

Inherited from:
NewtypeBase
Source
NewtypeBase.scala

Extensions

Inherited extensions

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

Attributes

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

Attributes

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