io.github.liewhite.sqlx.examples

Members list

Concise view

Type members

Classlikes

case class Detail(email: String)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Detail

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Detail.type
object MyApp extends ZIOAppDefault

Attributes

Graph
Supertypes
trait ZIOAppDefault
trait ZIOApp
trait ZIOAppVersionSpecific
class Object
trait Matchable
class Any
Self type
MyApp.type
case class OK(a: Option[Long], b: Detail)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class User(id: Long, age: Option[Long], kakaka: String, detail: Detail)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any