SQLOutputInterpreter

doobie.free.KleisliInterpreter.SQLOutputInterpreter
trait SQLOutputInterpreter extends Visitor[[_] =>> Kleisli[M, SQLOutput, _$317]]

Attributes

Source
kleisliinterpreter.scala
Graph
Supertypes
trait Visitor[[_] =>> Kleisli[M, SQLOutput, _$317]]
trait FunctionK[SQLOutputOp, [_] =>> Kleisli[M, SQLOutput, _$317]]
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def canceled: Kleisli[M, SQLOutput, Unit]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def delay[A](thunk: => A): Kleisli[M, SQLOutput, A]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def embed[A](e: Embedded[A]): Kleisli[M, SQLOutput, A]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def forceR[A, B](fa: SQLOutputIO[A])(fb: SQLOutputIO[B]): Kleisli[M, SQLOutput, B]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def handleErrorWith[A](fa: SQLOutputIO[A])(f: Throwable => SQLOutputIO[A]): Kleisli[M, SQLOutput, A]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def monotonic: Kleisli[M, SQLOutput, FiniteDuration]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def onCancel[A](fa: SQLOutputIO[A], fin: SQLOutputIO[Unit]): Kleisli[M, SQLOutput, A]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def poll[A](poll: Any, fa: SQLOutputIO[A]): Kleisli[M, SQLOutput, A]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def raiseError[A](e: Throwable): Kleisli[M, SQLOutput, A]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def raw[A](f: SQLOutput => A): Kleisli[M, SQLOutput, A]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def realTime: Kleisli[M, SQLOutput, FiniteDuration]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def suspend[A](hint: Type)(thunk: => A): Kleisli[M, SQLOutput, A]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def uncancelable[A](body: Poll[SQLOutputIO] => SQLOutputIO[A]): Kleisli[M, SQLOutput, A]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def writeArray(a: Array): Kleisli[M, SQLOutput, Unit]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def writeAsciiStream(a: InputStream): Kleisli[M, SQLOutput, Unit]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def writeBigDecimal(a: BigDecimal): Kleisli[M, SQLOutput, Unit]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def writeBinaryStream(a: InputStream): Kleisli[M, SQLOutput, Unit]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def writeBlob(a: Blob): Kleisli[M, SQLOutput, Unit]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def writeBoolean(a: Boolean): Kleisli[M, SQLOutput, Unit]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def writeByte(a: Byte): Kleisli[M, SQLOutput, Unit]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def writeBytes(a: Array[Byte]): Kleisli[M, SQLOutput, Unit]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def writeCharacterStream(a: Reader): Kleisli[M, SQLOutput, Unit]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def writeClob(a: Clob): Kleisli[M, SQLOutput, Unit]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def writeDate(a: Date): Kleisli[M, SQLOutput, Unit]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def writeDouble(a: Double): Kleisli[M, SQLOutput, Unit]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def writeFloat(a: Float): Kleisli[M, SQLOutput, Unit]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def writeInt(a: Int): Kleisli[M, SQLOutput, Unit]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def writeLong(a: Long): Kleisli[M, SQLOutput, Unit]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def writeNClob(a: NClob): Kleisli[M, SQLOutput, Unit]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def writeNString(a: String): Kleisli[M, SQLOutput, Unit]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def writeObject(a: AnyRef, b: SQLType): Kleisli[M, SQLOutput, Unit]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def writeObject(a: SQLData): Kleisli[M, SQLOutput, Unit]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def writeRef(a: Ref): Kleisli[M, SQLOutput, Unit]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def writeRowId(a: RowId): Kleisli[M, SQLOutput, Unit]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def writeSQLXML(a: SQLXML): Kleisli[M, SQLOutput, Unit]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def writeShort(a: Short): Kleisli[M, SQLOutput, Unit]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def writeString(a: String): Kleisli[M, SQLOutput, Unit]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def writeStruct(a: Struct): Kleisli[M, SQLOutput, Unit]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def writeTime(a: Time): Kleisli[M, SQLOutput, Unit]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def writeTimestamp(a: Timestamp): Kleisli[M, SQLOutput, Unit]

Attributes

Definition Classes
Source
kleisliinterpreter.scala
override def writeURL(a: URL): Kleisli[M, SQLOutput, Unit]

Attributes

Definition Classes
Source
kleisliinterpreter.scala

Inherited methods

def and[H[_]](h: FunctionK[SQLOutputOp, H]): FunctionK[F, [_] =>> Tuple2K[G, H, _$9]]

Composes two instances of FunctionK into a new FunctionK that transforms one single functor to a cats.data.Tuple2K of two functors.

Composes two instances of FunctionK into a new FunctionK that transforms one single functor to a cats.data.Tuple2K of two functors.

scala> import cats.arrow.FunctionK
scala> val list2option = λ[FunctionK[List, Option]](_.headOption)
scala> val list2vector = λ[FunctionK[List, Vector]](_.toVector)
scala> val optionAndVector = list2option and list2vector
scala> optionAndVector(List(1,2,3))
res0: cats.data.Tuple2K[Option,Vector,Int] = Tuple2K(Some(1),Vector(1, 2, 3))

Attributes

Inherited from:
FunctionK
Source
FunctionK.scala
def andThen[H[_]](f: FunctionK[[_] =>> Kleisli[M, SQLOutput, _$317], H]): FunctionK[F, H]

Composes two instances of FunctionK into a new FunctionK with this transformation applied first.

Composes two instances of FunctionK into a new FunctionK with this transformation applied first.

Attributes

Inherited from:
FunctionK
Source
FunctionK.scala
final def apply[A](fa: SQLOutputOp[A]): F[A]

Applies this functor transformation from F to G

Applies this functor transformation from F to G

Attributes

Inherited from:
Visitor
Source
sqloutput.scala
def compose[E[_]](f: FunctionK[E, SQLOutputOp]): FunctionK[E, G]

Composes two instances of FunctionK into a new FunctionK with this transformation applied last.

Composes two instances of FunctionK into a new FunctionK with this transformation applied last.

Attributes

Inherited from:
FunctionK
Source
FunctionK.scala
def narrow[F0 <: (SQLOutputOp)]: FunctionK[F0, G]

Narrows the input type of this FunctionK from F to F0

Narrows the input type of this FunctionK from F to F0

Attributes

Inherited from:
FunctionK
Source
FunctionK.scala
def or[H[_]](h: FunctionK[H, [_] =>> Kleisli[M, SQLOutput, _$317]]): FunctionK[[_] =>> EitherK[F, H, _$6], G]

Composes two instances of FunctionK into a new FunctionK that transforms a cats.data.EitherK to a single functor.

Composes two instances of FunctionK into a new FunctionK that transforms a cats.data.EitherK to a single functor.

This transformation will be used to transform left F values while h will be used to transform right H values.

Attributes

Inherited from:
FunctionK
Source
FunctionK.scala
def widen[G0[x]]: FunctionK[F, G0]

Widens the output type of this FunctionK from G to G0

Widens the output type of this FunctionK from G to G0

Attributes

Inherited from:
FunctionK
Source
FunctionK.scala