MongoPagination

dev.mongocamp.driver.mongodb.pagination.MongoPagination
trait MongoPagination[A] extends ConfigHelper

Attributes

Graph
Supertypes
trait ConfigHelper
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def countResult: Long
def paginate(page: Long, rows: Long): PaginationResult[A]

Concrete methods

def foreach(a: A => Unit): Unit
def foreach(rows: Int)(a: A => Unit): Unit

Inherited methods

def booleanConfig(configPath: String, key: String, default: Boolean): Boolean

Attributes

Inherited from:
ConfigHelper
def intConfig(configPath: String, key: String, default: Int): Int

Attributes

Inherited from:
ConfigHelper
def stringConfig(configPath: String, key: String, default: String): Option[String]

Attributes

Inherited from:
ConfigHelper

Inherited fields

val conf: Config

Attributes

Inherited from:
ConfigHelper