dataprism.skunk

package dataprism.skunk

Members list

Type members

Classlikes

case class HomeK[F[_]](owner: F[UUID], name: F[String], createdAt: F[Instant], updatedAt: F[Instant], x: F[Double], y: F[Double], z: F[Double], yaw: F[Float], pitch: F[Float], worldUuid: F[UUID])

Attributes

Companion
object
Source
testing.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object HomeK

Attributes

Companion
class
Source
testing.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
HomeK.type
case class ResidentK[F[_]](owner: F[UUID], homeName: F[String], resident: F[UUID], createdAt: F[Instant])

Attributes

Companion
object
Source
testing.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ResidentK

Attributes

Companion
class
Source
testing.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
ResidentK.type
object Testing

Attributes

Source
testing.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Testing.type