trait SQLInputInterpreter extends Visitor[[γ$29$]Kleisli[M, SQLInput, γ$29$]]
- Source
- kleisliinterpreter.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SQLInputInterpreter
- Visitor
- FunctionK
- Serializable
- 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, [γ$2$]Tuple2K[[γ$29$]Kleisli[M, SQLInput, γ$29$], H, γ$2$]]
- Definition Classes
- FunctionK
-
def
andThen[H[_]](f: FunctionK[[γ$29$]Kleisli[M, SQLInput, γ$29$], 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
canceled: Kleisli[M, SQLInput, Unit]
- Definition Classes
- SQLInputInterpreter → Visitor
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
compose[E[_]](f: FunctionK[E, SQLInputOp]): FunctionK[E, [γ$29$]Kleisli[M, SQLInput, γ$29$]]
- Definition Classes
- FunctionK
-
def
delay[A](thunk: ⇒ 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: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
forceR[A, B](fa: SQLInputIO[A])(fb: SQLInputIO[B]): Kleisli[M, SQLInput, B]
- Definition Classes
- SQLInputInterpreter → Visitor
-
def
fromFuture[A](fut: SQLInputIO[Future[A]]): Kleisli[M, SQLInput, A]
- Definition Classes
- SQLInputInterpreter → Visitor
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
monotonic: Kleisli[M, SQLInput, FiniteDuration]
- Definition Classes
- SQLInputInterpreter → Visitor
-
def
narrow[F0[x] <: SQLInputOp[x]]: FunctionK[F0, [γ$29$]Kleisli[M, SQLInput, γ$29$]]
- Definition Classes
- FunctionK
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
onCancel[A](fa: SQLInputIO[A], fin: SQLInputIO[Unit]): Kleisli[M, SQLInput, A]
- Definition Classes
- SQLInputInterpreter → Visitor
-
def
or[H[_]](h: FunctionK[H, [γ$29$]Kleisli[M, SQLInput, γ$29$]]): FunctionK[[γ$0$]EitherK[SQLInputOp, H, γ$0$], [γ$29$]Kleisli[M, SQLInput, γ$29$]]
- Definition Classes
- FunctionK
-
def
poll[A](poll: Any, fa: SQLInputIO[A]): Kleisli[M, SQLInput, A]
- Definition Classes
- SQLInputInterpreter → Visitor
-
def
raiseError[A](e: 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
-
def
realTime: Kleisli[M, SQLInput, FiniteDuration]
- Definition Classes
- SQLInputInterpreter → Visitor
-
def
suspend[A](hint: Type)(thunk: ⇒ A): Kleisli[M, SQLInput, A]
- Definition Classes
- SQLInputInterpreter → Visitor
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
uncancelable[A](body: (Poll[SQLInputIO]) ⇒ SQLInputIO[A]): Kleisli[M, SQLInput, A]
- Definition Classes
- SQLInputInterpreter → Visitor
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
wasNull: Kleisli[M, SQLInput, Boolean]
- Definition Classes
- SQLInputInterpreter → Visitor
-
def
widen[G0[x] >: Kleisli[M, SQLInput, x]]: FunctionK[SQLInputOp, G0]
- Definition Classes
- FunctionK
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated