ContainerName

io.github.scottweaver.zillen.models.ContainerName$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Inherited classlikes

trait Tag

Attributes

Inherited from:
Newtype
Graph
Supertypes
class Any

Inherited types

type Base <: A

Attributes

Inherited from:
Subtype
type Type = Base & Tag

Attributes

Inherited from:
Newtype

Value members

Concrete methods

Inherited methods

inline def apply(inline value: String, inline values: String*): NonEmptyChunk[Type]

Attributes

Inherited from:
Newtype
inline def apply(inline value: String): Type

Converts an instance of the underlying type to an instance of the newtype.

Converts an instance of the underlying type to an instance of the newtype.

Attributes

Inherited from:
Newtype
inline override def assertion: Assertion[String]

Attributes

Definition Classes
Inherited from:
ContainerNameAssertion
protected def derive[TypeClass[_]](implicit instance: TypeClass[String]): TypeClass[Type]

Derives an instance of a type class for the new type given an instance of the type class for the underlying type. The caller is responsible for the type class being a valid instance for the new type.

Derives an instance of a type class for the new type given an instance of the type class for the underlying type. The caller is responsible for the type class being a valid instance for the new type.

Attributes

Inherited from:
Newtype

Attributes

Inherited from:
Newtype

Attributes

Inherited from:
Newtype

Allows pattern matching on newtype instances to convert them back to instances of the underlying type.

Allows pattern matching on newtype instances to convert them back to instances of the underlying type.

Attributes

Inherited from:
Newtype
def unwrap(value: Type): A

Converts an instance of the newtype back to an instance of the underlying type.

Converts an instance of the newtype back to an instance of the underlying type.

Attributes

Inherited from:
Newtype
def unwrapAll[F[_]](value: F[Type]): F[A]

Converts an instance of a type parameterized on the newtype back to an instance of a type parameterized on the underlying type. For example, this could be used to convert a list of instances of the newtype back to a list of instances of the underlying type.

Converts an instance of a type parameterized on the newtype back to an instance of a type parameterized on the underlying type. For example, this could be used to convert a list of instances of the newtype back to a list of instances of the underlying type.

Attributes

Inherited from:
Newtype
protected def wrap(value: String): Type

Converts an instance of the underlying type to an instance of the newtype. Ignores the assertion.

Converts an instance of the underlying type to an instance of the newtype. Ignores the assertion.

Attributes

Inherited from:
Newtype

Implicits

Implicits