ToStreamOps

doobie.syntax.ToStreamOps
trait ToStreamOps

Attributes

Source
stream.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object stream.type

Members list

Implicits

Implicits

implicit def toDoobieKleisliStreamOps[A, B](fa: Stream[[_] =>> Kleisli[ConnectionIO, A, _$7], B]): KleisliStreamOps[A, B]

Attributes

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

Attributes

Source
stream.scala