DoobieConnectionIOEffect

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

Attributes

Companion
object
Source
DoobieConnectionIOEffect.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Show all
Known subtypes
object connectionio.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[_], 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]