CamelCase

org.finos.morphir.NameModule.NameRenderer.CamelCase
object CamelCase extends NameRenderer

Attributes

Graph
Supertypes
trait NameRenderer
trait Name => String
class Object
trait Matchable
class Any
Self type
CamelCase.type

Members list

Value members

Concrete methods

def apply(name: Name): String

Inherited methods

def andThen[A](g: String => A): Name => A

Attributes

Inherited from:
Function1
def compose[A](g: A => Name): A => String

Attributes

Inherited from:
Function1
final def render(name: Name): String

Attributes

Inherited from:
NameRenderer
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1