trait SQLInputInterpreter extends Visitor[[γ$21$]Kleisli[M, SQLInput, γ$21$]]
- Source
- kleisliinterpreter.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SQLInputInterpreter
- 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[SQLInputOp, H]): FunctionK[SQLInputOp, [γ$4$]Tuple2K[[γ$21$]Kleisli[M, SQLInput, γ$21$], H, γ$4$]]
- Definition Classes
- FunctionK
- def andThen[H[_]](f: FunctionK[[γ$21$]Kleisli[M, SQLInput, γ$21$], H]): FunctionK[SQLInputOp, H]
- Definition Classes
- FunctionK
- final def apply[A](fa: SQLInputOp[A]): Kleisli[M, SQLInput, A]
- Definition Classes
- Visitor → FunctionK
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def async[A](k: ((Either[Throwable, A]) => Unit) => Unit): Kleisli[M, SQLInput, A]
- Definition Classes
- SQLInputInterpreter → Visitor
- def asyncF[A](k: ((Either[Throwable, A]) => Unit) => SQLInputIO[Unit]): Kleisli[M, SQLInput, A]
- Definition Classes
- SQLInputInterpreter → Visitor
- def bracketCase[A, B](acquire: SQLInputIO[A])(use: (A) => SQLInputIO[B])(release: (A, ExitCase[Throwable]) => SQLInputIO[Unit]): Kleisli[M, SQLInput, B]
- Definition Classes
- SQLInputInterpreter → Visitor
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def compose[E[_]](f: FunctionK[E, SQLInputOp]): FunctionK[E, [γ$21$]Kleisli[M, SQLInput, γ$21$]]
- Definition Classes
- FunctionK
- def delay[A](a: () => A): Kleisli[M, SQLInput, A]
- Definition Classes
- SQLInputInterpreter → Visitor
- def embed[A](e: Embedded[A]): Kleisli[M, SQLInput, A]
- Definition Classes
- SQLInputInterpreter → 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: SQLInputIO[A]): Kleisli[M, SQLInput, A]
- Definition Classes
- SQLInputInterpreter → 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: SQLInputIO[A], f: (Throwable) => SQLInputIO[A]): Kleisli[M, SQLInput, A]
- Definition Classes
- SQLInputInterpreter → 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, [γ$21$]Kleisli[M, SQLInput, γ$21$]]): FunctionK[[γ$1$]EitherK[SQLInputOp, H, γ$1$], [γ$21$]Kleisli[M, SQLInput, γ$21$]]
- Definition Classes
- FunctionK
- def raiseError[A](err: Throwable): Kleisli[M, SQLInput, A]
- Definition Classes
- SQLInputInterpreter → Visitor
- def raw[A](f: (SQLInput) => A): Kleisli[M, SQLInput, A]
- Definition Classes
- SQLInputInterpreter → Visitor
- def readArray: Kleisli[M, SQLInput, Array]
- Definition Classes
- SQLInputInterpreter → Visitor
- def readAsciiStream: Kleisli[M, SQLInput, InputStream]
- Definition Classes
- SQLInputInterpreter → Visitor
- def readBigDecimal: Kleisli[M, SQLInput, BigDecimal]
- Definition Classes
- SQLInputInterpreter → Visitor
- def readBinaryStream: Kleisli[M, SQLInput, InputStream]
- Definition Classes
- SQLInputInterpreter → Visitor
- def readBlob: Kleisli[M, SQLInput, Blob]
- Definition Classes
- SQLInputInterpreter → Visitor
- def readBoolean: Kleisli[M, SQLInput, Boolean]
- Definition Classes
- SQLInputInterpreter → Visitor
- def readByte: Kleisli[M, SQLInput, Byte]
- Definition Classes
- SQLInputInterpreter → Visitor
- def readBytes: Kleisli[M, SQLInput, Array[Byte]]
- Definition Classes
- SQLInputInterpreter → Visitor
- def readCharacterStream: Kleisli[M, SQLInput, Reader]
- Definition Classes
- SQLInputInterpreter → Visitor
- def readClob: Kleisli[M, SQLInput, Clob]
- Definition Classes
- SQLInputInterpreter → Visitor
- def readDate: Kleisli[M, SQLInput, Date]
- Definition Classes
- SQLInputInterpreter → Visitor
- def readDouble: Kleisli[M, SQLInput, Double]
- Definition Classes
- SQLInputInterpreter → Visitor
- def readFloat: Kleisli[M, SQLInput, Float]
- Definition Classes
- SQLInputInterpreter → Visitor
- def readInt: Kleisli[M, SQLInput, Int]
- Definition Classes
- SQLInputInterpreter → Visitor
- def readLong: Kleisli[M, SQLInput, Long]
- Definition Classes
- SQLInputInterpreter → Visitor
- def readNClob: Kleisli[M, SQLInput, NClob]
- Definition Classes
- SQLInputInterpreter → Visitor
- def readNString: Kleisli[M, SQLInput, String]
- Definition Classes
- SQLInputInterpreter → Visitor
- def readObject[T](a: Class[T]): Kleisli[M, SQLInput, T]
- Definition Classes
- SQLInputInterpreter → Visitor
- def readObject: Kleisli[M, SQLInput, AnyRef]
- Definition Classes
- SQLInputInterpreter → Visitor
- def readRef: Kleisli[M, SQLInput, Ref]
- Definition Classes
- SQLInputInterpreter → Visitor
- def readRowId: Kleisli[M, SQLInput, RowId]
- Definition Classes
- SQLInputInterpreter → Visitor
- def readSQLXML: Kleisli[M, SQLInput, SQLXML]
- Definition Classes
- SQLInputInterpreter → Visitor
- def readShort: Kleisli[M, SQLInput, Short]
- Definition Classes
- SQLInputInterpreter → Visitor
- def readString: Kleisli[M, SQLInput, String]
- Definition Classes
- SQLInputInterpreter → Visitor
- def readTime: Kleisli[M, SQLInput, Time]
- Definition Classes
- SQLInputInterpreter → Visitor
- def readTimestamp: Kleisli[M, SQLInput, Timestamp]
- Definition Classes
- SQLInputInterpreter → Visitor
- def readURL: Kleisli[M, SQLInput, URL]
- Definition Classes
- SQLInputInterpreter → Visitor
- val shift: Kleisli[M, SQLInput, Unit]
- Definition Classes
- SQLInputInterpreter → 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 wasNull: Kleisli[M, SQLInput, Boolean]
- Definition Classes
- SQLInputInterpreter → Visitor