Packages

class RawTables[F[_]] extends WithRequestSession[F] with Readable[RawTable, F] with Create[RawTable, RawTable, F] with DeleteByIds[F, String]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RawTables
  2. DeleteByIds
  3. Create
  4. CreateOne
  5. Readable
  6. BaseUri
  7. WithRequestSession
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RawTables(requestSession: RequestSession[F], database: String)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val baseUri: Uri
    Definition Classes
    RawTablesBaseUri
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def create(items: Seq[RawTable]): F[Seq[RawTable]]
    Definition Classes
    Create
  8. def createFromRead(items: Seq[RawTable])(implicit t: Transformer[RawTable, RawTable]): F[Seq[RawTable]]
    Definition Classes
    Create
  9. def createItems(items: Items[RawTable]): F[Seq[RawTable]]
    Definition Classes
    RawTablesCreate
  10. def createOne(item: RawTable): F[RawTable]
    Definition Classes
    CreateCreateOne
  11. def createOneFromRead(item: RawTable)(implicit t: Transformer[RawTable, RawTable]): F[RawTable]
    Definition Classes
    CreateOne
  12. def deleteById(id: String): F[Unit]
    Definition Classes
    DeleteByIds
  13. def deleteByIds(ids: Seq[String]): F[Unit]
    Definition Classes
    RawTablesDeleteByIds
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def list(): Stream[F, RawTable]
    Definition Classes
    Readable
  21. def listFromCursor(cursor: String): Stream[F, RawTable]
    Definition Classes
    Readable
  22. def listFromCursorWithLimit(cursor: String, limit: Long): Stream[F, RawTable]
    Definition Classes
    Readable
  23. def listWithLimit(limit: Long): Stream[F, RawTable]
    Definition Classes
    Readable
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def read(): F[ItemsWithCursor[RawTable]]
    Definition Classes
    Readable
  28. def readFromCursor(cursor: String): F[ItemsWithCursor[RawTable]]
    Definition Classes
    Readable
  29. def readFromCursorWithLimit(cursor: String, limit: Long): F[ItemsWithCursor[RawTable]]
    Definition Classes
    Readable
  30. def readWithCursor(cursor: Option[String], limit: Option[Long]): F[ItemsWithCursor[RawTable]]
    Definition Classes
    RawTablesReadable
  31. def readWithLimit(limit: Long): F[ItemsWithCursor[RawTable]]
    Definition Classes
    Readable
  32. val requestSession: RequestSession[F]
    Definition Classes
    RawTablesWithRequestSession
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from DeleteByIds[F, String]

Inherited from Create[RawTable, RawTable, F]

Inherited from CreateOne[RawTable, RawTable, F]

Inherited from Readable[RawTable, F]

Inherited from BaseUri

Inherited from WithRequestSession[F]

Inherited from AnyRef

Inherited from Any

Ungrouped