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 ToApplicativeErrorOps with ToFoldableOps with ToConnectionIOOps with ToStreamOps with ToSqlInterpolator with ToAlignSyntax

    Permalink
  3. class ApplicativeErrorOps[M[_], A] extends AnyRef

    Permalink
  4. class ConnectionIOOps[A] extends AnyRef

    Permalink
  5. class EitherTConnectionIOOps[E, A] extends AnyRef

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

    Permalink
  7. class OptionTConnectionIOOps[A] extends AnyRef

    Permalink
  8. 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 Put) yields a value of type Fragment.

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

    Permalink
  10. trait ToAlignSyntax extends AnyRef

    Permalink
  11. trait ToApplicativeErrorOps extends AnyRef

    Permalink
  12. trait ToConnectionIOOps extends AnyRef

    Permalink
  13. trait ToFoldableOps extends AnyRef

    Permalink
  14. trait ToSqlInterpolator extends AnyRef

    Permalink
  15. trait ToStreamOps extends AnyRef

    Permalink

Value Members

  1. object align extends ToAlignSyntax

    Permalink
  2. object all extends AllSyntax

    Permalink
  3. object applicativeerror extends ToApplicativeErrorOps

    Permalink
  4. object connectionio extends ToConnectionIOOps

    Permalink
  5. object foldable extends ToFoldableOps

    Permalink
  6. object stream extends ToStreamOps

    Permalink
  7. object string extends ToSqlInterpolator

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped