object nclob

Source
nclob.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. nclob
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type NClobIO[A] = Free[NClobOp, A]
  2. sealed trait NClobOp[A] extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit val WeakAsyncNClobIO: WeakAsync[NClobIO]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val canceled: Free[NClobOp, Unit]
  7. def capturePoll[M[_]](mpoll: Poll[M]): Poll[NClobIO]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def delay[A](thunk: => A): Free[NClobOp, A]
  10. def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[NClobOp, A]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def forceR[A, B](fa: NClobIO[A])(fb: NClobIO[B]): Free[NClobOp, B]
  14. val free: NClobIO[Unit]
  15. def fromFuture[A](fut: NClobIO[Future[A]]): Free[NClobOp, A]
  16. val getAsciiStream: NClobIO[InputStream]
  17. def getCharacterStream(a: Long, b: Long): NClobIO[Reader]
  18. val getCharacterStream: NClobIO[Reader]
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def getSubString(a: Long, b: Int): NClobIO[String]
  21. def handleErrorWith[A](fa: NClobIO[A])(f: (Throwable) => NClobIO[A]): NClobIO[A]
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. val length: NClobIO[Long]
  25. val monotonic: Free[NClobOp, FiniteDuration]
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def onCancel[A](fa: NClobIO[A], fin: NClobIO[Unit]): Free[NClobOp, A]
  30. def position(a: String, b: Long): NClobIO[Long]
  31. def position(a: Clob, b: Long): NClobIO[Long]
  32. def pure[A](a: A): NClobIO[A]
  33. def raiseError[A](err: Throwable): NClobIO[A]
  34. def raw[A](f: (NClob) => A): NClobIO[A]
  35. val realtime: Free[NClobOp, FiniteDuration]
  36. def setAsciiStream(a: Long): NClobIO[OutputStream]
  37. def setCharacterStream(a: Long): NClobIO[Writer]
  38. def setString(a: Long, b: String, c: Int, d: Int): NClobIO[Int]
  39. def setString(a: Long, b: String): NClobIO[Int]
  40. def suspend[A](hint: Type)(thunk: => A): Free[NClobOp, A]
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. def truncate(a: Long): NClobIO[Unit]
  44. def uncancelable[A](body: (Poll[NClobIO]) => NClobIO[A]): Free[NClobOp, A]
  45. val unit: NClobIO[Unit]
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. object NClobOp

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped