NonNegBigDecimal

@SuppressWarnings(scala.Array.apply[java.lang.String]("org.wartremover.warts.Overloading")(scala.reflect.ClassTag.apply[java.lang.String](classOf[java.lang.String])))
object NonNegBigDecimal extends InlinedNumeric[BigDecimal]
trait InlinedNumeric[BigDecimal]
trait InlinedRefined[BigDecimal]
trait RefinedBase[BigDecimal]
trait NewtypeBase[BigDecimal]
class Object
trait Matchable
class Any

Type members

Inherited classlikes

object numericToOrdered extends Conversion[Type, Ordered[Type]]
Inherited from:
InlinedNumeric

Inherited types

override opaque type Type
Inherited from:
RefinedBase

Value members

Concrete methods

inline def apply(inline a: Int): Type
inline def apply(inline a: Long): Type
inline def apply(inline a: Float): Type
inline def apply(inline a: Double): Type
inline def apply(inline a: String): Type
inline override def inlinedPredicate(inline a: BigDecimal): Boolean
Definition Classes
inline override def invalidReason(a: BigDecimal): String
Definition Classes
override def predicate(a: BigDecimal): Boolean
Definition Classes

Inherited methods

inline def apply(inline a: BigDecimal): Type
Inherited from:
InlinedRefined
override def deriving[F[*]](using fa: F[BigDecimal]): F[Type]
Definition Classes
Inherited from:
RefinedBase
inline def expectedMessage(expected: String): String
Inherited from:
RefinedBase
@SuppressWarnings(scala.Array.apply[java.lang.String]("org.wartremover.warts.ToString")(scala.reflect.ClassTag.apply[java.lang.String](classOf[java.lang.String])))
def from(a: BigDecimal): Either[String, Type]
Inherited from:
RefinedBase
def unapply(typ: Type): Option[BigDecimal]
Inherited from:
RefinedBase
@SuppressWarnings(scala.Array.apply[java.lang.String]("org.wartremover.warts.Throw")(scala.reflect.ClassTag.apply[java.lang.String](classOf[java.lang.String])))
def unsafeFrom(a: BigDecimal): Type
Inherited from:
RefinedBase

Concrete fields

inline override val inlinedExpectedValue: "a non-negative BigDecimal"

Givens

Inherited givens

given given_RefinedCtor_Type_A: given_RefinedCtor_Type_A
Inherited from:
RefinedBase
given newRefinedCanEqual: CanEqual[Type, Type]
Inherited from:
NewtypeBase
given numericOrdering: Ordering[Type]
Inherited from:
InlinedNumeric
given unwrap: Coercible[Type, A]
Inherited from:
NewtypeBase
given unwrapTC[F[*]]: Coercible[F[Type], F[A]]
Inherited from:
NewtypeBase

Extensions

Inherited extensions

extension (typ: Type)
inline override def value: BigDecimal
Definition Classes
Inherited from:
RefinedBase