trait Visitor[F[_]] extends ~>[SQLInputOp, F]
Ordering
- Alphabetic
- By Inheritance
Inherited
- Visitor
- FunctionK
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def canceled: F[Unit]
- abstract def delay[A](thunk: ⇒ A): F[A]
- abstract def embed[A](e: Embedded[A]): F[A]
- abstract def forceR[A, B](fa: SQLInputIO[A])(fb: SQLInputIO[B]): F[B]
- abstract def fromFuture[A](fut: SQLInputIO[Future[A]]): F[A]
- abstract def handleErrorWith[A](fa: SQLInputIO[A])(f: (Throwable) ⇒ SQLInputIO[A]): F[A]
- abstract def monotonic: F[FiniteDuration]
- abstract def onCancel[A](fa: SQLInputIO[A], fin: SQLInputIO[Unit]): F[A]
- abstract def poll[A](poll: Any, fa: SQLInputIO[A]): F[A]
- abstract def raiseError[A](e: Throwable): F[A]
- abstract def raw[A](f: (SQLInput) ⇒ A): F[A]
- abstract def readArray: F[Array]
- abstract def readAsciiStream: F[InputStream]
- abstract def readBigDecimal: F[BigDecimal]
- abstract def readBinaryStream: F[InputStream]
- abstract def readBlob: F[Blob]
- abstract def readBoolean: F[Boolean]
- abstract def readByte: F[Byte]
- abstract def readBytes: F[Array[Byte]]
- abstract def readCharacterStream: F[Reader]
- abstract def readClob: F[Clob]
- abstract def readDate: F[Date]
- abstract def readDouble: F[Double]
- abstract def readFloat: F[Float]
- abstract def readInt: F[Int]
- abstract def readLong: F[Long]
- abstract def readNClob: F[NClob]
- abstract def readNString: F[String]
- abstract def readObject[T](a: Class[T]): F[T]
- abstract def readObject: F[AnyRef]
- abstract def readRef: F[Ref]
- abstract def readRowId: F[RowId]
- abstract def readSQLXML: F[SQLXML]
- abstract def readShort: F[Short]
- abstract def readString: F[String]
- abstract def readTime: F[Time]
- abstract def readTimestamp: F[Timestamp]
- abstract def readURL: F[URL]
- abstract def realTime: F[FiniteDuration]
- abstract def suspend[A](hint: Type)(thunk: ⇒ A): F[A]
- abstract def uncancelable[A](body: (Poll[SQLInputIO]) ⇒ SQLInputIO[A]): F[A]
- abstract def wasNull: F[Boolean]
Concrete 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[F, H, γ$2$]]
- Definition Classes
- FunctionK
-
def
andThen[H[_]](f: FunctionK[F, H]): FunctionK[SQLInputOp, H]
- Definition Classes
- FunctionK
-
final
def
apply[A](fa: SQLInputOp[A]): F[A]
- Definition Classes
- Visitor → FunctionK
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
compose[E[_]](f: FunctionK[E, SQLInputOp]): FunctionK[E, F]
- Definition Classes
- FunctionK
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
narrow[F0[x] <: SQLInputOp[x]]: FunctionK[F0, F]
- 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
or[H[_]](h: FunctionK[H, F]): FunctionK[[γ$0$]EitherK[SQLInputOp, H, γ$0$], F]
- Definition Classes
- FunctionK
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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
widen[G0[x] >: F[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