StatementIO

ldbc.free.StatementIO$package.StatementIO
object StatementIO

Attributes

Source
StatementIO.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

Attributes

Source
StatementIO.scala
def capturePoll[M[_]](mpoll: Poll[M]): Poll[StatementIO]

Attributes

Source
StatementIO.scala
def embed[F[_], J, A](j: J, fa: Free[F, A])(using ev: Embeddable[F, J]): Free[StatementOp, A]

Attributes

Source
StatementIO.scala

Attributes

Source
StatementIO.scala
def forceR[A, B](fa: StatementIO[A])(fb: StatementIO[B]): StatementIO[B]

Attributes

Source
StatementIO.scala

Attributes

Source
StatementIO.scala
def onCancel[A](fa: StatementIO[A], fin: StatementIO[Unit]): StatementIO[A]

Attributes

Source
StatementIO.scala
def pure[A](a: A): StatementIO[A]

Attributes

Source
StatementIO.scala
def raiseError[A](err: Throwable): StatementIO[A]

Attributes

Source
StatementIO.scala
def suspend[A](hint: Type)(thunk: => A): StatementIO[A]

Attributes

Source
StatementIO.scala
def uncancelable[A](body: (Poll[StatementIO]) => StatementIO[A]): StatementIO[A]

Attributes

Source
StatementIO.scala

Concrete fields

Attributes

Source
StatementIO.scala