TerminalRendering

zio.internal.TerminalRendering

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

Attributes

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

Attributes

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

Attributes

Supertypes
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def ambiguousLayersError(duplicates: List[(String, List[String])]): String
def byNameParameterInMacroError(method: String, fullMethodSignature: String, byNameParameters: Seq[String]): String
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 missingLayersForZIOApp(value: Set[String]): String
def missingLayersForZIOSpec(value: Set[String]): 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

def pluralizeLayers(n: Int): String

Pluralizes the word "layer".

Pluralizes the word "layer".

layer, 2 layers, 3 layers, etc.

Attributes

def pluralizeTypes(n: Int): String
def unusedLayersError(layers: List[String]): String
def unusedProvideSomeLayersError(types: List[String]): String

Implicits

Implicits

final implicit def StringOps(self: String): StringOps