LargeObjectManagerOp

doobie.postgres.free.largeobjectmanager$.LargeObjectManagerOp$
See theLargeObjectManagerOp companion trait

Attributes

Companion
trait
Source
largeobjectmanager.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object Canceled extends LargeObjectManagerOp[Unit]

Attributes

Source
largeobjectmanager.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LargeObjectManagerOp[Unit]
class Object
trait Matchable
class Any
Show all
Self type
Canceled.type
case object CreateLO extends LargeObjectManagerOp[Long]

Attributes

Source
largeobjectmanager.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LargeObjectManagerOp[Long]
class Object
trait Matchable
class Any
Show all
Self type
CreateLO.type
final case class CreateLO1(a: Int) extends LargeObjectManagerOp[Long]

Attributes

Source
largeobjectmanager.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait LargeObjectManagerOp[Long]
class Object
trait Matchable
class Any
Show all
final case class Delete(a: Long) extends LargeObjectManagerOp[Unit]

Attributes

Source
largeobjectmanager.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait LargeObjectManagerOp[Unit]
class Object
trait Matchable
class Any
Show all
final case class Embed[A](e: Embedded[A]) extends LargeObjectManagerOp[A]

Attributes

Source
largeobjectmanager.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class ForceR[A, B](fa: LargeObjectManagerIO[A], fb: LargeObjectManagerIO[B]) extends LargeObjectManagerOp[B]

Attributes

Source
largeobjectmanager.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class HandleErrorWith[A](fa: LargeObjectManagerIO[A], f: Throwable => LargeObjectManagerIO[A]) extends LargeObjectManagerOp[A]

Attributes

Source
largeobjectmanager.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object Monotonic extends LargeObjectManagerOp[FiniteDuration]

Attributes

Source
largeobjectmanager.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LargeObjectManagerOp[FiniteDuration]
class Object
trait Matchable
class Any
Show all
Self type
Monotonic.type
final case class OnCancel[A](fa: LargeObjectManagerIO[A], fin: LargeObjectManagerIO[Unit]) extends LargeObjectManagerOp[A]

Attributes

Source
largeobjectmanager.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Open(a: Int, b: Boolean) extends LargeObjectManagerOp[LargeObject]

Attributes

Source
largeobjectmanager.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait LargeObjectManagerOp[LargeObject]
class Object
trait Matchable
class Any
Show all
final case class Open1(a: Int, b: Int, c: Boolean) extends LargeObjectManagerOp[LargeObject]

Attributes

Source
largeobjectmanager.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait LargeObjectManagerOp[LargeObject]
class Object
trait Matchable
class Any
Show all
final case class Open2(a: Long) extends LargeObjectManagerOp[LargeObject]

Attributes

Source
largeobjectmanager.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait LargeObjectManagerOp[LargeObject]
class Object
trait Matchable
class Any
Show all
final case class Open3(a: Long, b: Boolean) extends LargeObjectManagerOp[LargeObject]

Attributes

Source
largeobjectmanager.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait LargeObjectManagerOp[LargeObject]
class Object
trait Matchable
class Any
Show all
final case class Open4(a: Long, b: Int) extends LargeObjectManagerOp[LargeObject]

Attributes

Source
largeobjectmanager.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait LargeObjectManagerOp[LargeObject]
class Object
trait Matchable
class Any
Show all
final case class Open5(a: Long, b: Int, c: Boolean) extends LargeObjectManagerOp[LargeObject]

Attributes

Source
largeobjectmanager.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait LargeObjectManagerOp[LargeObject]
class Object
trait Matchable
class Any
Show all
final case class Poll1[A](poll: Any, fa: LargeObjectManagerIO[A]) extends LargeObjectManagerOp[A]

Attributes

Source
largeobjectmanager.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class RaiseError[A](e: Throwable) extends LargeObjectManagerOp[A]

Attributes

Source
largeobjectmanager.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Raw[A](f: LargeObjectManager => A) extends LargeObjectManagerOp[A]

Attributes

Source
largeobjectmanager.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object Realtime extends LargeObjectManagerOp[FiniteDuration]

Attributes

Source
largeobjectmanager.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LargeObjectManagerOp[FiniteDuration]
class Object
trait Matchable
class Any
Show all
Self type
Realtime.type
final case class Suspend[A](hint: Type, thunk: () => A) extends LargeObjectManagerOp[A]

Attributes

Source
largeobjectmanager.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Uncancelable[A](body: Poll[LargeObjectManagerIO] => LargeObjectManagerIO[A]) extends LargeObjectManagerOp[A]

Attributes

Source
largeobjectmanager.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Unlink(a: Long) extends LargeObjectManagerOp[Unit]

Attributes

Source
largeobjectmanager.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait LargeObjectManagerOp[Unit]
class Object
trait Matchable
class Any
Show all
trait Visitor[F[_]] extends FunctionK[LargeObjectManagerOp, F]

Attributes

Source
largeobjectmanager.scala
Supertypes
trait FunctionK[LargeObjectManagerOp, F]
trait Serializable
class Object
trait Matchable
class Any
Known subtypes

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Implicits

Implicits

Attributes

Source
largeobjectmanager.scala