OpaqueNum

langoustine.meta.OpaqueNum
abstract class OpaqueNum[A](using x$1: A =:= Int) extends TotalWrapper[A, Int]

Attributes

Graph
Supertypes
trait TotalWrapper[A, Int]
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Inherited classlikes

Attributes

Inherited from:
TotalWrapper
Graph
Supertypes
trait BasicallyTheSame[Impl, Newtype]
class Object
trait Matchable
class Any

Value members

Inherited methods

def apply(s: Int): Newtype

Attributes

Inherited from:
TotalWrapper
def raw(a: A): Impl

Attributes

Inherited from:
TotalWrapper
inline def unapply(s: Int): Newtype

Attributes

Inherited from:
TotalWrapper

Givens

Extensions

Inherited extensions

extension (a: Newtype)
inline def into[X](inline other: TotalWrapper[X, Int]): X

Attributes

Inherited from:
TotalWrapper
inline def map(inline f: Impl => Impl): Newtype

Attributes

Inherited from:
TotalWrapper
inline def value: Impl

Attributes

Inherited from:
TotalWrapper