StackId

object StackId extends NewtypeWrapped[String]
class NewtypeWrapped[String]
trait NewWrapped[String]
class Newtype[String]
trait NewtypeTrait[String]
trait NewEncoding[String]
class Object
trait Matchable
class Any
StackId.type

Type members

Inherited types

override opaque type Type
Inherited from:
NewtypeTrait

Value members

Inherited methods

final def apply(x: String): Type
Inherited from:
NewWrapped
final inline protected def derive[F[_]](implicit ev: F[String]): F[Type]
Inherited from:
NewEncoding
final def unapply[A](a: A)(implicit ev: A =:= Type): Some[String]
Inherited from:
NewWrapped
final inline protected def unsafeCoerce(value: String): Type
Inherited from:
NewEncoding

Extensions

Inherited extensions

extension (self: Type)
final inline def value: String
Inherited from:
NewEncoding

Implicits

Implicits

Inherited implicits

final implicit val builder: Aux[Type, String]
Inherited from:
NewWrapped
implicit val codec: Aux[Type, String]
Inherited from:
NewEncoding
implicit val typeInfo: TypeInfo[Type]
Inherited from:
NewEncoding