package util
- Alphabetic
- Public
- Protected
Type Members
- trait <:!<[A, B] extends Serializable
- Annotations
- @implicitNotFound()
- trait Colors extends AnyRef
- sealed abstract class Get[A] extends AnyRef
- trait GetInstances extends AnyRef
- sealed abstract class Put[A] extends AnyRef
- trait PutInstances extends AnyRef
- trait Read[A] extends AnyRef
- Annotations
- @implicitNotFound()
- sealed trait Read1 extends ReadPlatform
- trait ReadAutoPlatform extends ReadPlatform
- trait ReadPlatform extends AnyRef
- trait Write[A] extends AnyRef
- sealed trait Write1 extends WritePlatform
- trait WriteAutoPlatform extends WritePlatform
- trait WritePlatform extends AnyRef
Value Members
- object <:!< extends Serializable
- object Colors
- object ExecutionContexts
- object Get extends GetInstances
- object Put extends PutInstances
- object Read extends Read1
- object Write extends Write1
- object analysis
Module defining a type for analyzing the type alignment of prepared statements.
- object catchsql
Module of additional combinators for
ApplicativeError
, specific toSQLException
. - object foldable
Module of additional functions for
Foldable
. - object fragment
Module defining the
Fragment
data type. - object fragments
Module of
Fragment
constructors.Module of
Fragment
constructors.- Annotations
- @nowarn()
- object invariant
Module defining the type of exceptions representing unmet expectations.
Module defining the type of exceptions representing unmet expectations. These typically indicate a problem with the schema, with type mapping, with driver compliance, and so on. The intent is that they be as fine-grained as reasonable for diagnostic purposes, but it is not expected that the application should be able to handle them in any meaningful way.
- object io
Module for a constructor of modules of IO operations for effectful monads.
- object lens
- object pretty
Some functions for pretty-printing.
- object query
Module defining queries parameterized by input and output types.
- object stream
Additional functions for manipulating
Stream
values. - object transactor
- object update
Module defining updates parameterized by input type.
- object yolo
Module for implicit syntax useful in REPL session.