PartitionedReadable

trait PartitionedReadable[R, F[_]] extends Readable[R, F]
trait Readable[R, F]
trait BaseUrl
class Object
trait Matchable
class Any
class Assets[F]
class Events[F]
class Files[F]
class Relationships[F]

Value members

Concrete methods

def listConcurrently(numPartitions: Int, limitPerPartition: Option[Int])(implicit c: Concurrent[F]): Stream[F, R]
def listPartitions(numPartitions: Int, limitPerPartition: Option[Int]): Seq[Stream[F, R]]

Inherited methods

def list(limit: Option[Int]): Stream[F, R]
Inherited from
Readable
def read(limit: Option[Int]): F[ItemsWithCursor[R]]
Inherited from
Readable

Inherited fields

val baseUrl: Uri
Inherited from
BaseUrl