Package

doobie

syntax

Permalink

package syntax

Collection of modules that add syntax to existing types.

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. syntax
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class AlignSyntax[A] extends AnyRef

    Permalink
  2. trait AllSyntax extends ToMonadErrorOps with ToFoldableOps with ToConnectionIOOps with ToStreamOps with ToSqlInterpolator with ToAlignSyntax

    Permalink
  3. class ConnectionIOOps[A] extends AnyRef

    Permalink
  4. class FoldableOps[F[_], A] extends AnyRef

    Permalink
  5. class MonadErrorOps[M[_], A] extends AnyRef

    Permalink
  6. final class SqlInterpolator extends AnyRef

    Permalink

    String interpolator for SQL literals.

    String interpolator for SQL literals. An expression of the form sql".. $a ... $b ..." with interpolated values of type A and B (which must have Param instances, derived automatically from Meta) yields a value of type Fragment.

  7. class StreamOps[F[_], A] extends AnyRef

    Permalink
  8. trait ToAlignSyntax extends AnyRef

    Permalink
  9. trait ToConnectionIOOps extends AnyRef

    Permalink
  10. trait ToFoldableOps extends AnyRef

    Permalink
  11. trait ToMonadErrorOps extends AnyRef

    Permalink
  12. trait ToSqlInterpolator extends AnyRef

    Permalink
  13. trait ToStreamOps extends AnyRef

    Permalink

Value Members

  1. object align extends ToAlignSyntax

    Permalink
  2. object all extends AllSyntax

    Permalink
  3. object connectionio extends ToConnectionIOOps

    Permalink
  4. object foldable extends ToFoldableOps

    Permalink
  5. object monaderror extends ToMonadErrorOps

    Permalink
  6. object stream extends ToStreamOps

    Permalink
  7. object string extends ToSqlInterpolator

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped