package
spire
Value Members
-
implicit
val
algebraicConfigDecoder: ConfigDecoder[String, Algebraic]
-
-
implicit
val
intervalRationalConfigDecoder: ConfigDecoder[String, Interval[Rational]]
-
implicit
val
naturalConfigDecoder: ConfigDecoder[String, Natural]
-
implicit
val
numberConfigDecoder: ConfigDecoder[String, Number]
-
implicit
val
polynomialRationalConfigDecoder: ConfigDecoder[String, Polynomial[Rational]]
-
implicit
val
rationalConfigDecoder: ConfigDecoder[String, Rational]
-
implicit
val
realConfigDecoder: ConfigDecoder[String, Real]
-
implicit
def
safeLongConfigDecoder[A](implicit decoder: ConfigDecoder[A, BigInt]): ConfigDecoder[A, SafeLong]
-
-
implicit
def
ubyteConfigDecoder[A](implicit decoder: ConfigDecoder[A, Int]): ConfigDecoder[A, UByte]
-
implicit
def
uintConfigDecoder[A](implicit decoder: ConfigDecoder[A, Long]): ConfigDecoder[A, UInt]
-
implicit
def
ulongConfigDecoder[A](implicit decoder: ConfigDecoder[A, BigInt]): ConfigDecoder[A, ULong]
-
implicit
def
ushortConfigDecoder[A](implicit decoder: ConfigDecoder[A, Int]): ConfigDecoder[A, UShort]
Inherited from AnyRef
Inherited from Any
Module providing an integration with spire.