object driver
- Source
- driver.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- driver
- 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
- implicit val WeakAsyncDriverIO: WeakAsync[DriverIO]
- def acceptsURL(a: String): DriverIO[Boolean]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val canceled: Free[DriverOp, Unit]
- def capturePoll[M[_]](mpoll: Poll[M]): Poll[DriverIO]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def connect(a: String, b: Properties): DriverIO[Connection]
- def delay[A](thunk: ⇒ A): Free[DriverOp, A]
- def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[DriverOp, A]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def forceR[A, B](fa: DriverIO[A])(fb: DriverIO[B]): Free[DriverOp, B]
- def fromFuture[A](fut: DriverIO[Future[A]]): Free[DriverOp, A]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val getMajorVersion: DriverIO[Int]
- val getMinorVersion: DriverIO[Int]
- val getParentLogger: DriverIO[Logger]
- def getPropertyInfo(a: String, b: Properties): DriverIO[Array[DriverPropertyInfo]]
- def handleErrorWith[A](fa: DriverIO[A])(f: (Throwable) ⇒ DriverIO[A]): DriverIO[A]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val jdbcCompliant: DriverIO[Boolean]
- val monotonic: Free[DriverOp, FiniteDuration]
-
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: DriverIO[A], fin: DriverIO[Unit]): Free[DriverOp, A]
- def pure[A](a: A): DriverIO[A]
- def raiseError[A](err: Throwable): DriverIO[A]
- def raw[A](f: (Driver) ⇒ A): DriverIO[A]
- val realtime: Free[DriverOp, FiniteDuration]
- def suspend[A](hint: Type)(thunk: ⇒ A): Free[DriverOp, A]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def uncancelable[A](body: (Poll[DriverIO]) ⇒ DriverIO[A]): Free[DriverOp, A]
- val unit: DriverIO[Unit]
-
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( ... )
- object DriverOp
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated