PosBigInt

refined4s.types.numeric.PosBigInt
object PosBigInt extends InlinedNumeric[BigInt]

Attributes

Graph
Supertypes
trait InlinedNumeric[BigInt]
trait InlinedRefined[BigInt]
trait RefinedBase[BigInt]
trait NewtypeBase[BigInt]
trait CanBeOrdered[BigInt]
class Object
trait Matchable
class Any
Show all
Self type
PosBigInt.type

Members list

Type members

Inherited classlikes

object derivedToOrdered extends Conversion[Type, Ordered[Type]]

Attributes

Inherited from:
CanBeOrdered
Supertypes
class Conversion[Type, Ordered[Type]]
trait Type => Ordered[Type]
class Object
trait Matchable
class Any

Inherited and Abstract types

override opaque type Type

Attributes

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: String): Type
inline override def inlinedPredicate(inline a: BigInt): Boolean

Attributes

Definition Classes
inline override def invalidReason(a: BigInt): String

Attributes

Definition Classes
override def predicate(a: BigInt): Boolean

Attributes

Definition Classes

Inherited methods

inline def apply(inline a: BigInt): Type

Attributes

Inherited from:
InlinedRefined
override def deriving[F[*]](using fa: F[BigInt]): F[Type]

Attributes

Definition Classes
Inherited from:
RefinedBase
inline def expectedMessage(expected: String): String

Attributes

Inherited from:
RefinedBase
def from(a: BigInt): Either[String, Type]

Attributes

Inherited from:
RefinedBase
def unapply(typ: Type): Some[BigInt]

Attributes

Inherited from:
RefinedBase
def unsafeFrom(a: BigInt): Type

Attributes

Inherited from:
RefinedBase

Concrete fields

inline override val inlinedExpectedValue: "a positive BigInt"

Givens

Inherited givens

given derivedOrdering: Ordering[Type]

Attributes

Inherited from:
CanBeOrdered

Attributes

Inherited from:
CanBeOrdered
inline given given_RefinedCtor_Type_A: given_RefinedCtor_Type_A

Attributes

Inherited from:
RefinedBase
given newRefinedCanEqual: CanEqual[Type, Type]

Attributes

Inherited from:
NewtypeBase
inline given unwrap: Coercible[Type, BigInt]

Attributes

Inherited from:
NewtypeBase
inline given unwrapTC[F[*]]: Coercible[F[Type], F[BigInt]]

Attributes

Inherited from:
NewtypeBase

Extensions

Inherited extensions

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

Attributes

Inherited from:
NewtypeBase
extension (typ: Type)
inline override def value: BigInt

Attributes

Definition Classes
Inherited from:
RefinedBase