Formatter

caseapp.core.util.Formatter
See theFormatter companion class
object Formatter

Attributes

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

Members list

Type members

Classlikes

case object Default extends Formatter[Name]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Formatter[Name]
class Object
trait Matchable
class Any
Show all
Self type
Default.type

Value members

Concrete methods

def addRecursePrefix(recurse: Recurse, formatter: Formatter[Name]): Formatter[Name]

Adds the prefix for the Recurse annotation to the names formatted by the formatter.

Adds the prefix for the Recurse annotation to the names formatted by the formatter.

Adds the prefix as prefix-foo-bar.

Attributes

Concrete fields

Formats option arguments to a given format.

Formats option arguments to a given format.

Default formatter will format option arguments as foo-bar.

Attributes