Object

orcus

table

Related Doc: package orcus

Permalink

object table

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. table
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AsyncTableT = AsyncTable[_ <: ScanResultConsumerBase]

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def append[F[_]](t: AsyncTableT, a: Append)(implicit F: ~>[CompletableFuture, F]): F[Result]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def batch[T <: Row](t: AsyncTableT, as: Seq[T]): Iterator[CompletableFuture[Result]]

    Permalink
  7. def batchAll[F[_], T <: Row](t: AsyncTableT, as: Seq[T])(implicit ME: MonadError[F, Throwable], F: ~>[CompletableFuture, F]): F[Vector[Option[Result]]]

    Permalink
  8. def batchS[F[_], T <: Row](t: AsyncTableT, as: Seq[T])(implicit arg0: Applicative[F], ME: MonadError[F, Throwable], F: ~>[CompletableFuture, F]): F[Vector[Option[Result]]]

    Permalink
  9. def batchT[F[_], T <: Row](t: AsyncTableT, as: Seq[T])(implicit ME: MonadError[F, Throwable], F: ~>[CompletableFuture, F]): F[Vector[Option[Result]]]

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def delete[F[_]](t: AsyncTableT, a: Delete)(implicit ME: MonadError[F, Throwable], F: ~>[CompletableFuture, F]): F[Unit]

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def exists[F[_]](t: AsyncTableT, get: Get)(implicit ME: MonadError[F, Throwable], F: ~>[CompletableFuture, F]): F[Boolean]

    Permalink
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def get[F[_]](t: AsyncTableT, a: Get)(implicit F: ~>[CompletableFuture, F]): F[Result]

    Permalink
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getConfiguration[F[_]](t: AsyncTableT)(implicit ME: Monad[F]): F[Configuration]

    Permalink
  19. def getName[F[_]](t: AsyncTableT)(implicit ME: Monad[F]): F[TableName]

    Permalink
  20. def getScanner[F[_]](t: AsyncTableT, a: Scan)(implicit ME: MonadError[F, Throwable]): F[ResultScanner]

    Permalink
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. def increment[F[_]](t: AsyncTableT, a: Increment)(implicit F: ~>[CompletableFuture, F]): F[Result]

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def kleisli[F[_], A](f: (AsyncTableT) ⇒ F[A]): Kleisli[F, AsyncTableT, A]

    Permalink
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. def put[F[_]](t: AsyncTableT, a: Put)(implicit ME: MonadError[F, Throwable], F: ~>[CompletableFuture, F]): F[Unit]

    Permalink
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped