value

coulomb.conversion.standard.value$
object value

Attributes

Source:
value.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
value.type

Members list

Concise view

Type members

Classlikes

Attributes

Source:
value.scala
Graph
Supertypes
trait Rational => Int
class Object
trait Matchable
class Any
Self type

Attributes

Source:
value.scala
Graph
Supertypes
trait Rational => Long
class Object
trait Matchable
class Any
Self type

Attributes

Source:
value.scala
Graph
Supertypes
trait Double => Rational
class Object
trait Matchable
class Any
Self type

Attributes

Source:
value.scala
Graph
Supertypes
trait Float => Rational
class Object
trait Matchable
class Any
Self type

Attributes

Source:
value.scala
Graph
Supertypes
trait Int => Rational
class Object
trait Matchable
class Any
Self type

Attributes

Source:
value.scala
Graph
Supertypes
trait Long => Rational
class Object
trait Matchable
class Any
Self type

Attributes

Source:
value.scala
Graph
Supertypes
trait Rational => Double
class Object
trait Matchable
class Any
Self type

Attributes

Source:
value.scala
Graph
Supertypes
trait Rational => Float
class Object
trait Matchable
class Any
Self type

Attributes

Source:
value.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Givens

Givens

given ctx_TVC_Int[VF](using num: Fractional[VF]): TruncatingValueConversion[VF, Int]

Attributes

Source:
value.scala
given ctx_TVC_Long[VF](using num: Fractional[VF]): TruncatingValueConversion[VF, Long]

Attributes

Source:
value.scala
given ctx_VC_Double[VF](using num: Numeric[VF]): ValueConversion[VF, Double]

Attributes

Source:
value.scala
given ctx_VC_Float[VF](using num: Numeric[VF]): ValueConversion[VF, Float]

Attributes

Source:
value.scala
given ctx_VC_Int[VF](using num: Integral[VF]): ValueConversion[VF, Int]

Attributes

Source:
value.scala
given ctx_VC_Long[VF](using num: Integral[VF]): ValueConversion[VF, Long]

Attributes

Source:
value.scala