DoobieConnectionIOInterpretation

org.atnos.eff.addon.doobie.DoobieConnectionIOInterpretation
See theDoobieConnectionIOInterpretation companion object

Attributes

Companion:
object
Source:
DoobieConnectionIOEffect.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Type members

Inherited types

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

Value members

Concrete methods

def runConnectionIO[R, U, F[_], E, A, B](e: Eff[R, A])(t: Transactor[F])(implicit mc: Aux[ConnectionIO, R, U], mf: MemberInOut[F, U], me: Bracket[F, Throwable]): Eff[U, A]