dataprism.jdbc

package dataprism.jdbc

Members list

Packages

Type members

Classlikes

case class DepartmentK[F[_]](dpt: F[String])

Attributes

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

Attributes

Companion
class
Source
testing.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class EmployeK[F[_]](dpt: F[String], emp: F[String])

Attributes

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

Attributes

Companion
class
Source
testing.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
EmployeK.type
case class FooK[F[_]](a: F[integer.T], b: F[Int], c: CK[F])

Attributes

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

Attributes

Companion
class
Source
testing.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
FooK.type
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
case class TaskK[F[_]](emp: F[text.T], tsk: F[text.T])

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
testing.scala
Supertypes
class Object
trait Matchable
class Any