AllSyntax

doobie.syntax.AllSyntax

Attributes

Source
all.scala
Graph
Supertypes
trait ToPutOps
trait ToStreamOps
class Object
trait Matchable
class Any
Show all
Known subtypes
object all.type
object implicits.type

Members list

Keywords
  • no keywords
  • final
  • implicit
Inherited
  • Not inherited
  • ToAlignSyntax
  • ToApplicativeErrorOps
  • ToConnectionIOOps
  • ToFoldableOps
  • ToPutOps
  • ToSqlInterpolator
  • ToStreamOps

Type members

Inherited classlikes

final implicit class FoldableOps[F[_], A](self: F[A])(using evidence$1: Foldable[F], evidence$2: Monoid[A])

Attributes

Inherited from:
ToFoldableOps
Source
foldable.scala
Supertypes
class Object
trait Matchable
class Any

Implicits

Inherited implicits

final implicit def FoldableOps[F[_], A](self: F[A])(using evidence$1: Foldable[F], evidence$2: Monoid[A]): FoldableOps[F, A]

Attributes

Inherited from:
ToFoldableOps
Source
foldable.scala
implicit def toConnectionIOOps[A](ma: ConnectionIO[A]): ConnectionIOOps[A]

Attributes

Inherited from:
ToConnectionIOOps
Source
connectionio.scala
implicit def toDoobieAlignSyntax[A](as: List[A]): AlignSyntax[A]

Attributes

Inherited from:
ToAlignSyntax
Source
align.scala
implicit def toDoobieApplicativeErrorOps[M[_], A](ma: M[A])(implicit ev: ApplicativeError[M, Throwable]): ApplicativeErrorOps[M, A]

Attributes

Inherited from:
ToApplicativeErrorOps
Source
applicativeerror.scala
implicit def toDoobieKleisliStreamOps[A, B](fa: Stream[[_] =>> Kleisli[ConnectionIO, A, _$7], B]): KleisliStreamOps[A, B]

Attributes

Inherited from:
ToStreamOps
Source
stream.scala
implicit def toDoobieStreamOps[F[_], A](fa: Stream[F, A]): StreamOps[F, A]

Attributes

Inherited from:
ToStreamOps
Source
stream.scala
implicit def toEitherTConnectionIOOps[E, A](ma: EitherT[ConnectionIO, E, A]): EitherTConnectionIOOps[E, A]

Attributes

Inherited from:
ToConnectionIOOps
Source
connectionio.scala
implicit def toKleisliConnectionIOOps[A, B](ma: Kleisli[ConnectionIO, A, B]): KleisliConnectionIOOps[A, B]

Attributes

Inherited from:
ToConnectionIOOps
Source
connectionio.scala
implicit def toOptionPutOps[A](a: Option[A])(using evidence$4: Put[A]): OptionPutOps[A]

Attributes

Inherited from:
ToPutOps
Source
put.scala
implicit def toOptionTConnectionIOOps[A](ma: OptionT[ConnectionIO, A]): OptionTConnectionIOOps[A]

Attributes

Inherited from:
ToConnectionIOOps
Source
connectionio.scala
implicit def toPutOps[A](a: A)(using evidence$3: Put[A]): PutOps[A]

Attributes

Inherited from:
ToPutOps
Source
put.scala
implicit def toSqlInterpolator(sc: StringContext): SqlInterpolator

Attributes

Inherited from:
ToSqlInterpolator
Source
string.scala