cats

object cats
class Object
trait Matchable
class Any

Value members

Concrete methods

def putStr[A](a: A)(ev: Show[A]): ZIO[Console, IOException, Unit]

Prints the string representation of an object to the console.

Prints the string representation of an object to the console.

def putStrLn[A](a: A)(ev: Show[A]): 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.