cats

object cats
class Object
trait Matchable
class Any
cats.type

Value members

Concrete methods

def printLine[A](a: A)(implicit ev: Show[A], trace: Trace): ZIO[Console, IOException, Unit]

Prints the string representation of an object to the console, including a newline character.

Prints the string representation of an object to the console, including a newline character.