NClobOp

doobie.free.nclob.NClobOp
See theNClobOp companion trait
object NClobOp

Attributes

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

Members list

Type members

Classlikes

case class Cancelable[A](fa: NClobIO[A], fin: NClobIO[Unit]) extends NClobOp[A]

Attributes

Source
nclob.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait NClobOp[A]
class Object
trait Matchable
class Any
Show all
case object Canceled extends NClobOp[Unit]

Attributes

Source
nclob.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait NClobOp[Unit]
class Object
trait Matchable
class Any
Show all
Self type
Canceled.type
final case class Embed[A](e: Embedded[A]) extends NClobOp[A]

Attributes

Source
nclob.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait NClobOp[A]
class Object
trait Matchable
class Any
Show all
case class ForceR[A, B](fa: NClobIO[A], fb: NClobIO[B]) extends NClobOp[B]

Attributes

Source
nclob.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait NClobOp[B]
class Object
trait Matchable
class Any
Show all
case object Free extends NClobOp[Unit]

Attributes

Source
nclob.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait NClobOp[Unit]
class Object
trait Matchable
class Any
Show all
Self type
Free.type
case class FromFuture[A](fut: NClobIO[Future[A]]) extends NClobOp[A]

Attributes

Source
nclob.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait NClobOp[A]
class Object
trait Matchable
class Any
Show all
case class FromFutureCancelable[A](fut: NClobIO[(Future[A], NClobIO[Unit])]) extends NClobOp[A]

Attributes

Source
nclob.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait NClobOp[A]
class Object
trait Matchable
class Any
Show all
case object GetAsciiStream extends NClobOp[InputStream]

Attributes

Source
nclob.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait NClobOp[InputStream]
class Object
trait Matchable
class Any
Show all
Self type
case object GetCharacterStream extends NClobOp[Reader]

Attributes

Source
nclob.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait NClobOp[Reader]
class Object
trait Matchable
class Any
Show all
Self type
final case class GetCharacterStream1(a: Long, b: Long) extends NClobOp[Reader]

Attributes

Source
nclob.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait NClobOp[Reader]
class Object
trait Matchable
class Any
Show all
final case class GetSubString(a: Long, b: Int) extends NClobOp[String]

Attributes

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

Attributes

Source
nclob.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait NClobOp[A]
class Object
trait Matchable
class Any
Show all
case object Length extends NClobOp[Long]

Attributes

Source
nclob.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait NClobOp[Long]
class Object
trait Matchable
class Any
Show all
Self type
Length.type
case object Monotonic extends NClobOp[FiniteDuration]

Attributes

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

Attributes

Source
nclob.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait NClobOp[A]
class Object
trait Matchable
class Any
Show all
case class PerformLogging(event: LogEvent) extends NClobOp[Unit]

Attributes

Source
nclob.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait NClobOp[Unit]
class Object
trait Matchable
class Any
Show all
case class Poll1[A](poll: Any, fa: NClobIO[A]) extends NClobOp[A]

Attributes

Source
nclob.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait NClobOp[A]
class Object
trait Matchable
class Any
Show all
final case class Position(a: Clob, b: Long) extends NClobOp[Long]

Attributes

Source
nclob.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait NClobOp[Long]
class Object
trait Matchable
class Any
Show all
final case class Position1(a: String, b: Long) extends NClobOp[Long]

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
nclob.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Realtime.type
final case class SetAsciiStream(a: Long) extends NClobOp[OutputStream]

Attributes

Source
nclob.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait NClobOp[OutputStream]
class Object
trait Matchable
class Any
Show all
final case class SetCharacterStream(a: Long) extends NClobOp[Writer]

Attributes

Source
nclob.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait NClobOp[Writer]
class Object
trait Matchable
class Any
Show all
final case class SetString(a: Long, b: String) extends NClobOp[Int]

Attributes

Source
nclob.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait NClobOp[Int]
class Object
trait Matchable
class Any
Show all
final case class SetString1(a: Long, b: String, c: Int, d: Int) extends NClobOp[Int]

Attributes

Source
nclob.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait NClobOp[Int]
class Object
trait Matchable
class Any
Show all
case class Suspend[A](hint: Type, thunk: () => A) extends NClobOp[A]

Attributes

Source
nclob.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait NClobOp[A]
class Object
trait Matchable
class Any
Show all
final case class Truncate(a: Long) extends NClobOp[Unit]

Attributes

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

Attributes

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

Attributes

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

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

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Implicits

Implicits

implicit val NClobOpEmbeddable: Embeddable[NClobOp, NClob]

Attributes

Source
nclob.scala