Packages

p

doobie

syntax

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
  2. trait AllSyntax extends ToApplicativeErrorOps with ToFoldableOps with ToConnectionIOOps with ToStreamOps with ToSqlInterpolator with ToAlignSyntax with ToPutOps
  3. class ApplicativeErrorOps[M[_], A] extends AnyRef
  4. class ConnectionIOOps[A] extends AnyRef
  5. class EitherTConnectionIOOps[E, A] extends AnyRef
  6. class FoldableOps[F[_], A] extends AnyRef
  7. class KleisliConnectionIOOps[A, B] extends AnyRef
  8. class KleisliStreamOps[A, B] extends AnyRef
  9. final class OptionPutOps[A] extends AnyRef
  10. class OptionTConnectionIOOps[A] extends AnyRef
  11. final class PutOps[A] extends AnyRef
  12. final class SqlInterpolator extends AnyRef

    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.

  13. class StreamOps[F[_], A] extends AnyRef
  14. trait ToAlignSyntax extends AnyRef
  15. trait ToApplicativeErrorOps extends AnyRef
  16. trait ToConnectionIOOps extends AnyRef
  17. trait ToFoldableOps extends AnyRef
  18. trait ToPutOps extends AnyRef
  19. trait ToSqlInterpolator extends AnyRef
  20. trait ToStreamOps extends AnyRef

Value Members

  1. object align extends ToAlignSyntax
  2. object all extends AllSyntax
  3. object applicativeerror extends ToApplicativeErrorOps
  4. object connectionio extends ToConnectionIOOps
  5. object foldable extends ToFoldableOps
  6. object put extends ToPutOps
  7. object stream extends ToStreamOps
  8. object string extends ToSqlInterpolator

Inherited from AnyRef

Inherited from Any

Ungrouped