DoobieConnectionIOEffect

org.atnos.eff.addon.doobie.DoobieConnectionIOEffect
See theDoobieConnectionIOEffect companion trait

Attributes

Companion
trait
Source
DoobieConnectionIOEffect.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited types

type _ConnectionIO[R] = Member[ConnectionIO, R]

Attributes

Inherited from:
DoobieConnectionIOTypes
Source
DoobieConnectionIOEffect.scala
type _connectionIO[R] = MemberIn[ConnectionIO, R]

Attributes

Inherited from:
DoobieConnectionIOTypes
Source
DoobieConnectionIOEffect.scala

Value members

Inherited methods

final def fromConnectionIO[R : _connectionIO, A](a: ConnectionIO[A]): Eff[R, A]
def runConnectionIO[R, U, F[_], A](e: Eff[R, A])(t: Transactor[F])(using mc: Aux[ConnectionIO, R, U], mf: MemberInOut[F, U], me: Bracket[F, Throwable]): Eff[U, A]