scalus.prelude.Show
See theShow companion object
@FunctionalInterface
trait Show[A] extends A => String, CompileDerivations
- A typeclass for converting values of type
A
to aString
.
This is used to provide a string representation of values, which can be useful for debugging, logging, or displaying information about the value.
Type parameters
- A
-
the type of the value to be shown
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article