object nclob
- Source
- nclob.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- nclob
- 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 WeakAsyncNClobIO: WeakAsync[NClobIO]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val canceled: Free[NClobOp, Unit]
- def capturePoll[M[_]](mpoll: Poll[M]): Poll[NClobIO]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def delay[A](thunk: ⇒ A): Free[NClobOp, A]
- def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[NClobOp, A]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def forceR[A, B](fa: NClobIO[A])(fb: NClobIO[B]): Free[NClobOp, B]
- val free: NClobIO[Unit]
- def fromFuture[A](fut: NClobIO[Future[A]]): Free[NClobOp, A]
- val getAsciiStream: NClobIO[InputStream]
- def getCharacterStream(a: Long, b: Long): NClobIO[Reader]
- val getCharacterStream: NClobIO[Reader]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getSubString(a: Long, b: Int): NClobIO[String]
- def handleErrorWith[A](fa: NClobIO[A])(f: (Throwable) ⇒ NClobIO[A]): NClobIO[A]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val length: NClobIO[Long]
- val monotonic: Free[NClobOp, 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: NClobIO[A], fin: NClobIO[Unit]): Free[NClobOp, A]
- def position(a: String, b: Long): NClobIO[Long]
- def position(a: Clob, b: Long): NClobIO[Long]
- def pure[A](a: A): NClobIO[A]
- def raiseError[A](err: Throwable): NClobIO[A]
- def raw[A](f: (NClob) ⇒ A): NClobIO[A]
- val realtime: Free[NClobOp, FiniteDuration]
- def setAsciiStream(a: Long): NClobIO[OutputStream]
- def setCharacterStream(a: Long): NClobIO[Writer]
- def setString(a: Long, b: String, c: Int, d: Int): NClobIO[Int]
- def setString(a: Long, b: String): NClobIO[Int]
- def suspend[A](hint: Type)(thunk: ⇒ A): Free[NClobOp, A]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def truncate(a: Long): NClobIO[Unit]
- def uncancelable[A](body: (Poll[NClobIO]) ⇒ NClobIO[A]): Free[NClobOp, A]
- val unit: NClobIO[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 NClobOp
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated