quotidian.examples.show

Members list

Type members

Classlikes

enum Color

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Person(name: String, age: Int)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Pet(name: String, bones: Int, owner: Option[Person])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
trait Show[A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object given_Show_Int.type
object given_Show_String.type
object Show

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Show.type
object ShowDemo extends App

Attributes

Supertypes
trait App
trait DelayedInit
class Object
trait Matchable
class Any
Self type
ShowDemo.type
object ShowMacro

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
ShowMacro.type