all

doobie.syntax.all$
object all extends AllSyntax

Attributes

Source
all.scala
Graph
Supertypes
trait AllSyntax
trait ToPutOps
trait ToStreamOps
class Object
trait Matchable
class Any
Show all
Self type
all.type

Members list

Implicits

Inherited implicits

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 toDoobieFoldableOps[F[_] : Foldable, A : Monoid](fa: F[A]): FoldableOps[F, A]

Attributes

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

Attributes

Inherited from:
ToStreamOps
Source
stream.scala
implicit def toDoobiePipeOps[F[_], A, B](inner: (F, A) => B): PipeOps[F, 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

Attributes

Inherited from:
ToConnectionIOOps
Source
connectionio.scala

Attributes

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

Attributes

Inherited from:
ToPutOps
Source
put.scala

Attributes

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

Attributes

Inherited from:
ToPutOps
Source
put.scala

Attributes

Inherited from:
ToSqlInterpolator
Source
string.scala