OpaqueInt

opaque_newtypes.OpaqueInt
trait OpaqueInt[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

Value members

Inherited methods

inline def apply(inline s: Int): Newtype

Attributes

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

Attributes

Inherited from:
TotalWrapper

Givens

Inherited givens

Attributes

Inherited from:
TotalWrapper

Attributes

Inherited from:
TotalWrapper

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