TerminalRendering

zio.internal.TerminalRendering$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait LayerWiringError

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
final implicit class StringOps(self: String) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def circularityError(circularDependencies: List[(String, String)]): String
def main(args: Array[String]): Unit
def missingLayersCustomError(value: Set[String], effectType: String, titleString: String): String
def missingLayersError(toplevel: List[String], transitive: Map[String, List[String]], isUsingProvideSome: Boolean): String
def pluralize(n: Int, singular: String, plural: String): String

Pluralizes a word based on the number of items.

Pluralizes a word based on the number of items.

Attributes

Pluralizes the word "layer".

Pluralizes the word "layer".

layer, 2 layers, 3 layers, etc.

Attributes

Implicits

Implicits

final implicit def StringOps(self: String): StringOps