Attack

org.soundsofscala.models.Types$package.Attack
object Attack extends Refined[Double]

Attributes

Source
Types.scala
Graph
Supertypes
trait Refined[Double]
trait RefinedBase[Double]
trait NewtypeBase[Double]
class Object
trait Matchable
class Any
Show all
Self type
Attack.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(attack: Double): String

Attributes

Definition Classes
RefinedBase
Source
Types.scala
inline override def predicate(attack: Double): Boolean

Attributes

Definition Classes
RefinedBase
Source
Types.scala

Inherited methods

inline def apply(a: Double): Type

Attributes

Inherited from:
Refined
Source
Refined.scala
override def deriving[F[*]](using fa: F[Double]): 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: Double): Either[String, Type]

Attributes

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

Attributes

Inherited from:
RefinedBase
Source
RefinedBase.scala
def unsafeFrom(a: Double): 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, Double]

Attributes

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

Attributes

Inherited from:
NewtypeBase
Source
NewtypeBase.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
RefinedBase -> NewtypeBase
Inherited from:
RefinedBase
Source
RefinedBase.scala