trait SQLOutputInterpreter extends Visitor[[γ$22$]Kleisli[M, SQLOutput, γ$22$]]
- Source
- kleisliinterpreter.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SQLOutputInterpreter
- Visitor
- FunctionK
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def and[H[_]](h: FunctionK[SQLOutputOp, H]): FunctionK[SQLOutputOp, [γ$4$]Tuple2K[[γ$22$]Kleisli[M, SQLOutput, γ$22$], H, γ$4$]]
- Definition Classes
- FunctionK
- def andThen[H[_]](f: FunctionK[[γ$22$]Kleisli[M, SQLOutput, γ$22$], H]): FunctionK[SQLOutputOp, H]
- Definition Classes
- FunctionK
- final def apply[A](fa: SQLOutputOp[A]): Kleisli[M, SQLOutput, A]
- Definition Classes
- Visitor → FunctionK
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def async[A](k: ((Either[Throwable, A]) => Unit) => Unit): Kleisli[M, SQLOutput, A]
- Definition Classes
- SQLOutputInterpreter → Visitor
- def asyncF[A](k: ((Either[Throwable, A]) => Unit) => SQLOutputIO[Unit]): Kleisli[M, SQLOutput, A]
- Definition Classes
- SQLOutputInterpreter → Visitor
- def bracketCase[A, B](acquire: SQLOutputIO[A])(use: (A) => SQLOutputIO[B])(release: (A, ExitCase[Throwable]) => SQLOutputIO[Unit]): Kleisli[M, SQLOutput, B]
- Definition Classes
- SQLOutputInterpreter → Visitor
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def compose[E[_]](f: FunctionK[E, SQLOutputOp]): FunctionK[E, [γ$22$]Kleisli[M, SQLOutput, γ$22$]]
- Definition Classes
- FunctionK
- def delay[A](a: () => A): Kleisli[M, SQLOutput, A]
- Definition Classes
- SQLOutputInterpreter → Visitor
- def embed[A](e: Embedded[A]): Kleisli[M, SQLOutput, A]
- Definition Classes
- SQLOutputInterpreter → Visitor
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def evalOn[A](ec: ExecutionContext)(fa: SQLOutputIO[A]): Kleisli[M, SQLOutput, A]
- Definition Classes
- SQLOutputInterpreter → Visitor
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def handleErrorWith[A](fa: SQLOutputIO[A], f: (Throwable) => SQLOutputIO[A]): Kleisli[M, SQLOutput, A]
- Definition Classes
- SQLOutputInterpreter → Visitor
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def or[H[_]](h: FunctionK[H, [γ$22$]Kleisli[M, SQLOutput, γ$22$]]): FunctionK[[γ$1$]EitherK[SQLOutputOp, H, γ$1$], [γ$22$]Kleisli[M, SQLOutput, γ$22$]]
- Definition Classes
- FunctionK
- def raiseError[A](err: Throwable): Kleisli[M, SQLOutput, A]
- Definition Classes
- SQLOutputInterpreter → Visitor
- def raw[A](f: (SQLOutput) => A): Kleisli[M, SQLOutput, A]
- Definition Classes
- SQLOutputInterpreter → Visitor
- val shift: Kleisli[M, SQLOutput, Unit]
- Definition Classes
- SQLOutputInterpreter → Visitor
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def writeArray(a: Array): Kleisli[M, SQLOutput, Unit]
- Definition Classes
- SQLOutputInterpreter → Visitor
- def writeAsciiStream(a: InputStream): Kleisli[M, SQLOutput, Unit]
- Definition Classes
- SQLOutputInterpreter → Visitor
- def writeBigDecimal(a: BigDecimal): Kleisli[M, SQLOutput, Unit]
- Definition Classes
- SQLOutputInterpreter → Visitor
- def writeBinaryStream(a: InputStream): Kleisli[M, SQLOutput, Unit]
- Definition Classes
- SQLOutputInterpreter → Visitor
- def writeBlob(a: Blob): Kleisli[M, SQLOutput, Unit]
- Definition Classes
- SQLOutputInterpreter → Visitor
- def writeBoolean(a: Boolean): Kleisli[M, SQLOutput, Unit]
- Definition Classes
- SQLOutputInterpreter → Visitor
- def writeByte(a: Byte): Kleisli[M, SQLOutput, Unit]
- Definition Classes
- SQLOutputInterpreter → Visitor
- def writeBytes(a: Array[Byte]): Kleisli[M, SQLOutput, Unit]
- Definition Classes
- SQLOutputInterpreter → Visitor
- def writeCharacterStream(a: Reader): Kleisli[M, SQLOutput, Unit]
- Definition Classes
- SQLOutputInterpreter → Visitor
- def writeClob(a: Clob): Kleisli[M, SQLOutput, Unit]
- Definition Classes
- SQLOutputInterpreter → Visitor
- def writeDate(a: Date): Kleisli[M, SQLOutput, Unit]
- Definition Classes
- SQLOutputInterpreter → Visitor
- def writeDouble(a: Double): Kleisli[M, SQLOutput, Unit]
- Definition Classes
- SQLOutputInterpreter → Visitor
- def writeFloat(a: Float): Kleisli[M, SQLOutput, Unit]
- Definition Classes
- SQLOutputInterpreter → Visitor
- def writeInt(a: Int): Kleisli[M, SQLOutput, Unit]
- Definition Classes
- SQLOutputInterpreter → Visitor
- def writeLong(a: Long): Kleisli[M, SQLOutput, Unit]
- Definition Classes
- SQLOutputInterpreter → Visitor
- def writeNClob(a: NClob): Kleisli[M, SQLOutput, Unit]
- Definition Classes
- SQLOutputInterpreter → Visitor
- def writeNString(a: String): Kleisli[M, SQLOutput, Unit]
- Definition Classes
- SQLOutputInterpreter → Visitor
- def writeObject(a: SQLData): Kleisli[M, SQLOutput, Unit]
- Definition Classes
- SQLOutputInterpreter → Visitor
- def writeObject(a: AnyRef, b: SQLType): Kleisli[M, SQLOutput, Unit]
- Definition Classes
- SQLOutputInterpreter → Visitor
- def writeRef(a: Ref): Kleisli[M, SQLOutput, Unit]
- Definition Classes
- SQLOutputInterpreter → Visitor
- def writeRowId(a: RowId): Kleisli[M, SQLOutput, Unit]
- Definition Classes
- SQLOutputInterpreter → Visitor
- def writeSQLXML(a: SQLXML): Kleisli[M, SQLOutput, Unit]
- Definition Classes
- SQLOutputInterpreter → Visitor
- def writeShort(a: Short): Kleisli[M, SQLOutput, Unit]
- Definition Classes
- SQLOutputInterpreter → Visitor
- def writeString(a: String): Kleisli[M, SQLOutput, Unit]
- Definition Classes
- SQLOutputInterpreter → Visitor
- def writeStruct(a: Struct): Kleisli[M, SQLOutput, Unit]
- Definition Classes
- SQLOutputInterpreter → Visitor
- def writeTime(a: Time): Kleisli[M, SQLOutput, Unit]
- Definition Classes
- SQLOutputInterpreter → Visitor
- def writeTimestamp(a: Timestamp): Kleisli[M, SQLOutput, Unit]
- Definition Classes
- SQLOutputInterpreter → Visitor
- def writeURL(a: URL): Kleisli[M, SQLOutput, Unit]
- Definition Classes
- SQLOutputInterpreter → Visitor