Name

org.finos.morphir.universe.ir.Name$
See theName companion class
object Name

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Name.type

Members list

Type members

Classlikes

object Renderer extends Subtype[Name => String]

Attributes

Supertypes
class Subtype[Name => String]
class Newtype[Name => String]
class NewtypeCustom[Name => String]
class Object
trait Matchable
class Any
Show all
Self type
Renderer.type
object VariableName

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Types

type Renderer = Type

Value members

Concrete methods

def apply(first: String, rest: String*): Name
def fromIterable(iterable: Iterable[String]): Name
def fromList(list: List[String]): Name
def fromString(str: String): Name
def toCamelCase(name: Name): String
def toHumanWords(name: Name): List[String]
def toKebabCase(name: Name): String
def toList(name: Name): List[String]
def toSnakeCase(name: Name): String
def toTitleCase(name: Name): String

Concrete fields

val empty: Name