OpaqueString

trait OpaqueString[A](using x$1: A =:= String) extends TotalWrapper[A, String]
trait TotalWrapper[A, String]
class Object
trait Matchable
class Any
object DocumentUri.type
object Uri.type

Type members

Inherited classlikes

Inherited from:
TotalWrapper

Value members

Inherited methods

def apply(s: String): A
Inherited from:
TotalWrapper
def raw(a: A): String
Inherited from:
TotalWrapper
inline def unapply(s: String): A
Inherited from:
TotalWrapper

Extensions

Inherited extensions

extension (a: Newtype)
inline def into[X](inline other: TotalWrapper[X, String]): X
Inherited from:
TotalWrapper
inline def map(inline f: Impl => Impl): A
Inherited from:
TotalWrapper
inline def value: String
Inherited from:
TotalWrapper