OpaqueInt

langoustine.meta.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

Type members

Inherited classlikes

Attributes

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

Value members

Inherited methods

def apply(s: Int): A

Attributes

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

Attributes

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

Attributes

Inherited from:
TotalWrapper

Givens

Inherited givens

Extensions

Inherited extensions

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

Attributes

Inherited from:
TotalWrapper
inline def map(inline f: Int => Int): A

Attributes

Inherited from:
TotalWrapper
inline def value: Int

Attributes

Inherited from:
TotalWrapper