LargeObjectOp

doobie.postgres.free.largeobject.LargeObjectOp
See theLargeObjectOp companion trait
object LargeObjectOp

Attributes

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

Members list

Type members

Classlikes

case object Canceled extends LargeObjectOp[Unit]

Attributes

Source
largeobject.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LargeObjectOp[Unit]
class Object
trait Matchable
class Any
Show all
Self type
Canceled.type
case object Close extends LargeObjectOp[Unit]

Attributes

Source
largeobject.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LargeObjectOp[Unit]
class Object
trait Matchable
class Any
Show all
Self type
Close.type
case object Copy extends LargeObjectOp[LargeObject]

Attributes

Source
largeobject.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LargeObjectOp[LargeObject]
class Object
trait Matchable
class Any
Show all
Self type
Copy.type
final case class Embed[A](e: Embedded[A]) extends LargeObjectOp[A]

Attributes

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

Attributes

Source
largeobject.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait LargeObjectOp[B]
class Object
trait Matchable
class Any
Show all
case object GetInputStream extends LargeObjectOp[InputStream]

Attributes

Source
largeobject.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LargeObjectOp[InputStream]
class Object
trait Matchable
class Any
Show all
Self type
final case class GetInputStream1(a: Long) extends LargeObjectOp[InputStream]

Attributes

Source
largeobject.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait LargeObjectOp[InputStream]
class Object
trait Matchable
class Any
Show all
case object GetLongOID extends LargeObjectOp[Long]

Attributes

Source
largeobject.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LargeObjectOp[Long]
class Object
trait Matchable
class Any
Show all
Self type
GetLongOID.type
case object GetOutputStream extends LargeObjectOp[OutputStream]

Attributes

Source
largeobject.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LargeObjectOp[OutputStream]
class Object
trait Matchable
class Any
Show all
Self type
final case class HandleErrorWith[A](fa: LargeObjectIO[A], f: Throwable => LargeObjectIO[A]) extends LargeObjectOp[A]

Attributes

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

Attributes

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

Attributes

Source
largeobject.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait LargeObjectOp[A]
class Object
trait Matchable
class Any
Show all
final case class Poll1[A](poll: Any, fa: LargeObjectIO[A]) extends LargeObjectOp[A]

Attributes

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

Attributes

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

Attributes

Source
largeobject.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait LargeObjectOp[A]
class Object
trait Matchable
class Any
Show all
final case class Read(a: Array[Byte], b: Int, c: Int) extends LargeObjectOp[Int]

Attributes

Source
largeobject.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait LargeObjectOp[Int]
class Object
trait Matchable
class Any
Show all
final case class Read1(a: Int) extends LargeObjectOp[Array[Byte]]

Attributes

Source
largeobject.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait LargeObjectOp[Array[Byte]]
class Object
trait Matchable
class Any
Show all
case object Realtime extends LargeObjectOp[FiniteDuration]

Attributes

Source
largeobject.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LargeObjectOp[FiniteDuration]
class Object
trait Matchable
class Any
Show all
Self type
Realtime.type
final case class Seek(a: Int) extends LargeObjectOp[Unit]

Attributes

Source
largeobject.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait LargeObjectOp[Unit]
class Object
trait Matchable
class Any
Show all
final case class Seek1(a: Int, b: Int) extends LargeObjectOp[Unit]

Attributes

Source
largeobject.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait LargeObjectOp[Unit]
class Object
trait Matchable
class Any
Show all
final case class Seek64(a: Long, b: Int) extends LargeObjectOp[Unit]

Attributes

Source
largeobject.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait LargeObjectOp[Unit]
class Object
trait Matchable
class Any
Show all
case object Size extends LargeObjectOp[Int]

Attributes

Source
largeobject.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LargeObjectOp[Int]
class Object
trait Matchable
class Any
Show all
Self type
Size.type
case object Size64 extends LargeObjectOp[Long]

Attributes

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

Attributes

Source
largeobject.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait LargeObjectOp[A]
class Object
trait Matchable
class Any
Show all
case object Tell extends LargeObjectOp[Int]

Attributes

Source
largeobject.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LargeObjectOp[Int]
class Object
trait Matchable
class Any
Show all
Self type
Tell.type
case object Tell64 extends LargeObjectOp[Long]

Attributes

Source
largeobject.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LargeObjectOp[Long]
class Object
trait Matchable
class Any
Show all
Self type
Tell64.type
final case class Truncate(a: Int) extends LargeObjectOp[Unit]

Attributes

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

Attributes

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

Attributes

Source
largeobject.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait LargeObjectOp[A]
class Object
trait Matchable
class Any
Show all
trait Visitor[F[_]] extends FunctionK[LargeObjectOp, F]

Attributes

Source
largeobject.scala
Supertypes
trait FunctionK[LargeObjectOp, F]
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
final case class Write(a: Array[Byte]) extends LargeObjectOp[Unit]

Attributes

Source
largeobject.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait LargeObjectOp[Unit]
class Object
trait Matchable
class Any
Show all
final case class Write1(a: Array[Byte], b: Int, c: Int) extends LargeObjectOp[Unit]

Attributes

Source
largeobject.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait LargeObjectOp[Unit]
class Object
trait Matchable
class Any
Show all

Inherited and Abstract 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

implicit val LargeObjectOpEmbeddable: Embeddable[LargeObjectOp, LargeObject]

Attributes

Source
largeobject.scala