Page

easysql.database.Page
case class Page[T](totalPage: Long, totalCount: Long, currentPage: Long, pageSize: Long, data: List[T])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def filter(f: T => Boolean): Page[T]
def map[R](f: T => R): Page[R]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product