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

Concise view

Type members

Classlikes

case object Canceled extends NClobOp[Unit]

Attributes

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

Attributes

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

Attributes

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

Attributes

Source:
nclob.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait NClobOp[Unit]
class Object
trait Matchable
class Any
Self type
Free.type
case object GetAsciiStream extends NClobOp[InputStream]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source:
nclob.scala
Graph
Supertypes
trait FunctionK[NClobOp, 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

implicit val NClobOpEmbeddable: Embeddable[NClobOp, NClob]

Attributes

Source:
nclob.scala