object table
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- table
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type AsyncTableT = AsyncTable[_ <: ScanResultConsumerBase]
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 append[F[_]](t: AsyncTableT, a: Append)(implicit F: Aux[CompletableFuture, F]): F[Result]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def batch[F[_], C[_]](t: AsyncTableT, as: Seq[_ <: Row])(implicit apErrorF: ApplicativeError[F, Throwable], parF: Aux[CompletableFuture, F], factoryC: Factory[BatchResult, C[BatchResult]]): F[C[BatchResult]]
- def batchAll[F[_], C[_]](t: AsyncTableT, as: Seq[_ <: Row])(implicit FE: ApplicativeError[F, Throwable], F: Aux[CompletableFuture, F], factory: Factory[Option[Result], C[Option[Result]]]): F[C[Option[Result]]]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def delete[F[_]](t: AsyncTableT, a: Delete)(implicit FE: ApplicativeError[F, Throwable], F: Aux[CompletableFuture, F]): F[Unit]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def exists[F[_]](t: AsyncTableT, get: Get)(implicit FE: ApplicativeError[F, Throwable], F: Aux[CompletableFuture, F]): F[Boolean]
- def get[F[_]](t: AsyncTableT, a: Get)(implicit F: Aux[CompletableFuture, F]): F[Result]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getConfiguration[F[_]](t: AsyncTableT)(implicit F: Applicative[F]): F[Configuration]
- def getName[F[_]](t: AsyncTableT)(implicit F: Applicative[F]): F[TableName]
- def getScanner[F[_]](t: AsyncTableT, a: Scan)(implicit FE: ApplicativeError[F, Throwable]): F[ResultScanner]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def increment[F[_]](t: AsyncTableT, a: Increment)(implicit F: Aux[CompletableFuture, F]): F[Result]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def kleisli[F[_], A](f: (AsyncTableT) => F[A]): Kleisli[F, AsyncTableT, A]
- 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 put[F[_]](t: AsyncTableT, a: Put)(implicit FE: ApplicativeError[F, Throwable], F: Aux[CompletableFuture, F]): F[Unit]
- def scanAll[F[_]](t: AsyncTableT, a: Scan)(implicit FE: ApplicativeError[F, Throwable], F: Aux[CompletableFuture, F]): F[Seq[Result]]
- 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(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.